> 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/bet-feed.md).

# Bet Feed

The Bet Feed shows incoming live and pregame arbitrage/EV/middles/low-holds opportunities. It also allows you to switch modes, open bet tracking, open bet settings and access filters for settings for each bet mode.&#x20;

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

## Arb Cards

New live and pregame arbitrage opportunities are displayed as 'Arb Cards', giving users a quick glance at the profit percentage, teams, league, bet type, game time, active time, and the sportsbooks involved. Middles and Low-Holds are displayed in the same format.

<figure><img src="/files/5naNrDxYLYunxGb5EmSr" alt=""><figcaption></figcaption></figure>

#### Hiding Arb Cards

If you want to hide a particular arb card, simply click the three vertical dots on the right side, then click **'Hide Bet'**

#### Hiding Events

If you want to hide a game from reappearing in the arbs cards, simply click the three vertical dots on the right side, then click '**Hide Event'**

#### Sharing Bet Links

You can now share links with other users that will directly load opportunities into their calculator.

#### Active Time/ Heater Meter

Active time (formally known as the "Heater Meter") measures how long an arb is active for. It updates every 2 seconds, with a full bar representing an active time of at least 30 seconds. This is particularly useful for scenarios when it is extremely chaotic and it's difficult to decide on which arb to chase. Arbs with a full green bar are likely to be easier to hit as they've been sitting there longer. There is also a timer on the bottom right showing how far along the Active Timer is.

## EV Cards

Similarly to arb cards, pregame and live EV opportunities are displayed as 'EV Cards', showing users the profit percentage. These looks identical to arb cards, but with only one sportsbook logo on the card, since you'll only be placing one bet per EV opportunity. EV Cards also display the **expected profit** and **wager amounts** by default.

### Bet Card Controls

Bet Cards can be controlled by simply scrolling through the list and clicking on one of interest. You can also use the **UP** and **DOWN** arrow keys to quickly swipe between them.

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

## Control Panel

The control panel has four main functions:&#x20;

* **Mode Selection**&#x20;
* **Open Tracking**
* **Open Bet Settings**
* **Open Filters**

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

### Bet Refresh Mode

#### Auto Mode

Auto Refresh Mode automatically refreshes the list for you, showing new arbs while removing "dead" arbs. If at any point you want the list to stop pulling in new arbs, simply click the Pause button and the list will freeze. Then, click the Play button to resume auto refreshing.

#### The next section will cover the Bet mode settings and filters


---

# 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/bet-feed.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.
