{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage 2 {% endblock %} {% block content %}

You chose to gamble in Stage 1.
You gambled between ${{ player.min_g1}} and ${{ player.max_g1}} and the outcome of the lottery was

${{ player.w1 }}


Your new options are:
Option A:
Keep ${{ player.w1 }} and end the round.
Option B:
Enter the lottery to win any amount between ${{ player.min_g2 }} and ${{ player.max_g2 }} with equal probability.

Select the Option

{% endblock %}