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

You start the round with {{ Constants.initial_amount }} dollars

Here are the options:

Option A:
Take {{ player.C }} with certainty and end the round.

{% comment %} Take {{ Player.set_payoffs.C }} and end the round. {% endcomment %}
Option B:
Enter the lottery and win any amount with equal probability between {{ player.min_g1 }} and {{ player.max_g1 }}

Select the Option

Here is your winnings: {{ player.w1 }}

{% endblock %}