# Reward Simulation

Using EPL as an example, where there are 20 teams in the league. Robinos will reward up to 8 teams in the 20 teams league. In order for this to happen, the prize pool for each team position from champion to the 8th position team will need to be in decreasing fashion, but in smaller gaps. \
\
**Example**: \
Champion - 15% of the prize pool\
Second-placed team - 14%\
Third-placed team - 13%\
Fourth-placed team - 12%\
Fifth-placed team - 11%\
Sixth-placed team - 10%\
Seventh-placed team - 9%\
Eighth-placed team - 8%

**Total Prize Pool: $9.4 million**&#x20;

**Assuming all 20 teams have each sold 500,000 of their represented tokens(RT):**

Champion - $1,410,000/500,000 = $2.82/RT\
Second-placed team - $1,316,000 = $2.632/RT

**However, we know that all 20 teams will not sell an equal amount of RT, as some teams will be more popular, and favorites, while some will be seen as underdogs.**

**So, let's assume here, an underdog team had performed above expectations, and ended up at 8th. And only 100,000 RT was sold for this underdog team:**&#x20;

Eighth-placed team - $752,000/100,000 RT = **$7.52/RT**

**And so, even if your favorite underdogs go unnoticed at 8th, you'll still be getting a 7.5x for that team. You can do the math yourself if your team performs like West Ham or Leicester the past few seasons.**&#x20;

**And this is the beauty of Robinos!** <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://robinos.gitbook.io/robinos-tokenized-prediction-utility-platform/robinos-sports-performance-trading/tokenized-operations/reward-simulation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
