> For the complete documentation index, see [llms.txt](https://arbsvsodds.gitbook.io/avo-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arbsvsodds.gitbook.io/avo-documentation/positive-ev-mathematical-example.md).

# Positive EV Mathematical Example

Let's consider a mathematical example:

**Step 1: Understanding the Odds**

Suppose a sportsbook offers odds of +200 for Team A to win a match. This means for every $100 you bet, you could win $200 in profit. According to your analysis (or AVO's suggestions), the actual probability of Team A winning is 40% (implied odds of +150). Since the implied probability of +200 odds is only 33.3%, this bet offers positive expected value.

**Step 2: Calculating Expected Value**

The formula for calculating EV is:

<figure><img src="/files/Z7qqsdhgMD6s7fo2etZv" alt=""><figcaption></figcaption></figure>

In this case:

* Probability of Win = 40% = 0.40
* Profit per Win = $200
* Probability of Loss = 60% = 0.60
* Amount Lost = $100

<figure><img src="/files/whfgcaA3v0UWYL41wSll" alt="" width="375"><figcaption></figcaption></figure>

**Step 3: Interpretation**

This positive EV of +20 means that, on average, you can expect a $20 profit per $100 bet if you were to place this wager repeatedly over time.

**Step 4: Automating with AVO**

AVO identifies such opportunities in real-time, ensuring you don’t miss profitable bets. By leveraging AVO's advanced tools, you can focus on executing high-value bets swiftly while minimizing manual calculations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://arbsvsodds.gitbook.io/avo-documentation/positive-ev-mathematical-example.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
