{% extends "global/Page.html" %} {% load otree %} {% block title %} Your partner is the computer {% endblock %} {% block content %}
You are P1: You and P2 (the computer) have {{Constants.endowment}} each from an investor to support your individual businesses. You can earn more by transferring some of your money to P2 (the computer) for investment. You can transfer TK.0, {{Constants.endowment}} or any amount in between.

However, there is a 50-50 chance that the computer will triple the amount you send to P2 or it will turn it to 0.

Whatever amount P2 (the computer) receives, it will then decide how much of it to send you back. The computer also knows about this 50-50 chance but neither you nor P2 will know whether your investment turned to 0 or was tripled by the computer.

{% formfields %}

{% endblock %}