{{ if player.prospect == C.PROSPECTS.0 }} Imagine an urn containing {{ C.NUM_BALLS_IN_URN }} colored balls half of which are blue and half are red. {{ elif player.prospect == C.PROSPECTS.1 }} Imagine an urn containing {{ C.NUM_BALLS_IN_URN }} colored balls, each of which is either blue or red. You know that 30 of these balls are blue, 30 red, and 30 of an unknown color (blue or red). {{ elif player.prospect == C.PROSPECTS.2 }} Imagine an urn containing {{ C.NUM_BALLS_IN_URN }} blue or red balls of unknown proportions. {{ endif }}
Ticket {{ coupon_name }} entitles the owner to draw one ball from the urn. The payout
depends on the color of the drawn ball:
The blue ball pays {{ player.payoff_max }} PLN,
The red ball pays {{ player.payoff_min }} PLN.