{% extends "global/Page.html" %} {% load otree %} {% block title %}Second Investment{% endblock %} {% block content %}
Your investment is unsuccessful. Now you have a second chance to rescue it by adding another investment.
The probability of success in this second chance will depend on the ratio of your second investment to your initial investment. This relation is shown in the equation below:
Probability of success in the second opportunity = 0.4×k
k=the second investment/the initial investment
If the investment is successful, the total return is the same as before, which means the second investment will not increase the return of the investment.
Your initial investment in this round is {{ player.initial }}.
You will get 3 times of this value as total revenue if your investment becomes successful in this second chance.
Now please choose your second investment:
{% formfields %}Press "Next" when you are ready.
{% next_button %} {% endblock %}