{{ block title }} Results {{ endblock }} {{ block content }}
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 }}You lost the lottery.
You won the lottery. The recorded outcome is {{ player.risk_earnings|to2 }} points.