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

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

Choose between the two options:

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

Option B:
Enter the lottery to win any amount between {{ player.min_g1 }} and {{ player.max_g1 }} with equal probability.

Select the Option

{% endblock %}