> For the complete documentation index, see [llms.txt](https://arbsvsodds.gitbook.io/avo-v2-overview/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-v2-overview/dashboard/custom-bets.md).

# 🧩 Custom Bets

## Custom Bet

Clicking the 'Track' button on a blank calculator (for any mode) allows you to create a custom bet to track. This is useful for if you hit a bet on AVO or in general and didn't get to add it to the bet tracker.

When we click 'Track' we are greeted with the following screen:

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

In the center, we have the following input fields:

* Date
* League Selection
* Event Name
* Market Name
* Sportsbook Selection
  * Odds/Wager Amounts
* Bet Value (result information)

We also have these optional fields:

* Player/Team Context
* Period
* Stat Type

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

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

From here, we can click 'Save' to add it to our bet tracker. If we click 'Cancel' we are returned to a blank calculator and the custom arb fields are cleared.


---

# 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-v2-overview/dashboard/custom-bets.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.
