{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Lottery Choice
{% endblock %}
{% block content %}
Now you have to make your choice for a 50 times greater reward compared to the payoffs in any of the previous 40 rounds. For example, if you got 5 cents from a particular lottery, now this lottery would give you 2.5 euros if the same outcome is realized. Which lottery would you choose?
{% formfields %}
{% next_button %}
{% endblock %}