{% 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}}0 and ${{ player.max_g1}}0 and the outcome of the lottery was:
[${{ player.min_g1}}0 , ${{ player.max_g1}}0]

${{ player.w1 }}0

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

Select the Option

{% endblock %}