{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 1 - Willingness to pay {% endblock %} {% block content %}

Time: {{ time }} seconds.

Please indicate the maximum amount of money (between 0 and 100 cents) that you are willing to pay to get the lottery ticket:
(The lottery ticket gives $2.00 with a 40% chance, and nothing ($0.00) with a 60% chance):
{% formfield player.offer label = "" %}   cents  


Please click "Next" to continue.

{% next_button %} {% endblock %}