{{ block title }} Results {{ endblock }} {{ block content }}
{{ if player.lottery == 2 }}

You chose the lottery where you could win 0.50 points with an 80% probability.

{{ endif }} {{ if player.lottery == 3 }}

You chose the lottery where you could win 0.75 points with a 70% probability.

{{ endif }} {{ if player.lottery == 4 }}

You chose the lottery where you could win 1.00 points with a 60% probability.

{{ endif }} {{ if player.lottery == 5 }}

You chose the lottery where you could win 1.25 points with a 50% probability.

{{ endif }} {{ if player.lottery == 6 }}

You chose the lottery where you could win 1.50 points with a 40% probability.

{{ endif }} {{ if player.lottery == 7 }}

You chose the lottery where you could win 1.75 points with a 30% probability.

{{ endif }}
{{ if player.risk_earnings == 0.0 }}

You lost the lottery.

{{ else }}

You won the lottery. The recorded outcome is {{ player.risk_earnings|to2 }} points.

{{ endif }}
{{ endblock }} {{ block styles }} {{ endblock }}