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

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

Choose between the two options:

Option A:
Add ${{ player.C }}0 with certainty and end the round.

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

Select the Option

{% endblock %}