{% 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:
Take ${{ player.C }}0 with certainty and end the round.

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

Select the Option

{% comment %}

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

{% endcomment %} {% endblock %}