{{block style}} {{endblock}} {{ block title }} Select a gamble {{ endblock }} {{ block content }}
{{ for option in gamble_data.options }}

{{ option.option_name }}

{{ for outcome in option.outcomes }} {{ endfor }}
Probability Payoff
{{ outcome.percentage }}% {{ outcome.payoff }}
{{ endfor }}

{{ next_button }}
{{ endblock }}