{{ block content }}
Please choose between the lotteries on every line:
| Lottery Option A | Lottery Option B | |
|
{{ C.LOTTERY_A_HIGH }} with probability {{ amount }}, {{ C.LOTTERY_A_LOW }} with probability {{ if amount == 0.0 }} 1.0. {{ elif amount == 0.1 }} 0.9. {{ elif amount == 0.2 }} 0.8. {{ elif amount == 0.3 }} 0.7. {{ elif amount == 0.4 }} 0.6. {{ elif amount == 0.5 }} 0.5. {{ elif amount == 0.6 }} 0.4. {{ elif amount == 0.7 }} 0.3. {{ elif amount == 0.8 }} 0.2. {{ elif amount == 0.9 }} 0.1. {{ elif amount == 1.0 }} 0.0. {{ endif }} |
{{ C.LOTTERY_B_HIGH }} with probability {{ amount }}, {{ C.LOTTERY_B_LOW }} with probability {{ if amount == 0.0 }} 1.0. {{ elif amount == 0.1 }} 0.9. {{ elif amount == 0.2 }} 0.8. {{ elif amount == 0.3 }} 0.7. {{ elif amount == 0.4 }} 0.6. {{ elif amount == 0.5 }} 0.5. {{ elif amount == 0.6 }} 0.4. {{ elif amount == 0.7 }} 0.3. {{ elif amount == 0.8 }} 0.2. {{ elif amount == 0.9 }} 0.1. {{ elif amount == 1.0 }} 0.0. {{ endif }} |