> 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/dashboard/positive-ev-calculator.md).

# Positive EV Calculator

## Overview

The +EV Calculator displays the current EV bet you've selected, showing the recommended wager amount determined by your Kelly Criterion value. Similarly to the arb calculator, this also works in tandem with the Wallet by monitoring the available funds you have on each sportsbook.

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

## +EV Display Functions

When an EV bet is displayed on the calculator, there are a few different functions to cover.

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

Let's go over the different functions of the Positive EV Calculator with an example of a game between the Ravens and the Steelers. After clicking the Bet Card, the calculator will populate with the game and bet details.&#x20;

On the left side, we see (from top to bottom):

* The Sportsbook involved
* The Team involved
* Current odds of the bet
* Toggle button for turning auto odds on/off
* Profitable indicator light on the left and right side of the calculator

On the right side, we see:

* The recommended bet size (based on your Kelly Criterion)
* Wager Lock toggle

In the center, from top to bottom:

* League
* Both teams
* Bet type
* Current Game Score/Time
* Devigging Methods
* Sharp Book Odds

There are three controls at the bottom we can access:

* Format (swaps from odds format to probability percentage)
* Track bet (adds the current bet to the bet tracker)
* Share button for generating a share card of the current bet

Additionally, the expected profit is at the screen directly under the calculator.

## Using the Calculator&#x20;

When an EV bet is being displayed on the calculator, we simply follow the information it's presenting. Open the appropriate sportsbook, find the game, and place the recommended bet on the correct market. If the odds change on the bet, the wager will automatically update to ensure that you're profitable.

Additionally, you can change your devigging method directly on the calculator. Simply click one of the four options and your recommended bet amount will update.&#x20;

Below the devigging methods is the odds of your sharp sportsbooks. At the far left, you'll see the current odds for both sides of the book you'll be placing the bet on. To the right of that is the average odds of all available sharp sportsbooks containing the bet. To the right of the average odds are the sharp sportsbooks, along with their current odds for both sides of the current bet.

Clicking any of the sharp books or the average odds will adjust the recommended bet amount.

Lastly, the format button swaps the odds to win probability percentage.

## Custom Positive EV Bet

When an EV Bet is not selected, our calculator displays the custom EV bet screen.

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

In the center, we have the following input fields:

* League Selection
* Event Name
* Market Name
* Devig Method
* Sharp Books Odds Input

On the Left of the calculator we can choose the sportsbook that we've placed a bet on along with:

* Odds of both sides of the bet (over/under odds for example)

On the right side of the calculator we can input the amount we wagered.

This is an example of a completed custom EV bet ready to be tracked:

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

From here, we can click 'Track' to add it to our bet tracker. If we click 'Clear' we are returned to a blank Custom EV Bet Calculator and the custom fields are cleared. Additionally, we can click 'Share' to generate a share card of our custom EV Bet.


---

# 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/dashboard/positive-ev-calculator.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.
