# Bet Settings and Filters

### Overview

This section covers the Bet mode settings as well as the filters for the dashboard. You can access the settings menu by clicking either the gear in the top right of the wallet, the filters button on the control panel, or the bet mode settings button also on the control panel (at the bottom of the bet feed on the left). The bet mode settings button will correlate to whatever mode you're currently on. If you're on arbitrage, it'll take you the arbitrage settings, for example.

## Arbitrage Settings

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

The Arbitrage Settings contain options to sort your arb cards by. You can sort by percentage, with the highest percentage at the top of the list, or by duration with the longest active arb at the top of the list. You can also set a minimum percentage to filter out any arbs that have a lower profit percentage than you minimum. Additionally, you can set the minimum time that an arb has been active to be displayed. For instance, setting it to 20 seconds will only show arbs that have been around for at least that long.

## Positive EV Settings

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

The +EV Settings allow you to customize your preferences and tailor the algorithm to your liking.

### **Sharp Books (Default/Custom)**

* “Sharp” sportsbooks are often the most accurate at predicting odds. By default, we use our predefined list of sharp books. Switching to Custom lets you pick your own set of books or apply different “weights” (how heavily each book’s odds should factor into calculations).

### **Custom Books/Weights**

* Add specific sportsbooks and assign each a “weight.” A higher weight means that book’s odds influence your +EV calculations more than the others.

### **Odds (Minimum/Maximum)**

* Filter out bets with odds outside your preferred range. For example, if you only want to see odds between -200 and +200, set these here.

### **Kelly Criterion (Bankroll and Percentage)**

* The Kelly Criterion is a method to decide how much of your bankroll to wager on each bet.
* “Bankroll” is the total amount of money you’re willing to risk.
* “Percentage (0 - 1)” is the fraction of the full Kelly amount you want to wager (e.g., 0.5 = half Kelly).

### **Amount on Book (Custom)**

* Decide how much to treat as your “bankroll” on each specific sportsbook. This helps if each sportsbook has a different balance available.

### **Primary Devig Algorithm (Multiplicative / Additive / Best / Worst)** “Devigging” removes the sportsbook’s cut (the “vig”) from the odds. Here are the options:

* **Multiplicative:** A well-rounded choice. Most experienced bettors prefer it because it balances both sides of the odds fairly.
* **Additive:** A simpler approach that subtracts an equal amount of vig from each side. It’s more straightforward but can be less precise.
* **Best:** Picks the most aggressive scenario, giving you the highest potential return but also higher risk.
* **Worst:** Picks the safest scenario by assuming the least favorable odds, so your profit might grow more slowly, but you’re playing it safer.

If you’re unsure, **Multiplicative** is usually your best starting point.

### **One Sided Lines (Any / Some / None)**

* Some markets only have one betting option listed (like a single side of a prop).
* Choose whether to show these “one sided” lines: “Any” (show them all), “Some” (only partial), or “None” (exclude them).

### **Sharp Books Required**

* This means the minimum number of your “sharp books” that must provide odds for a bet before it shows up.
* For example, if you have 5 sharp books total and set **Sharp Books Required** to **3**, you’ll only see bets that are covered by at least 3 of those sharp books’ lines.

## Middles Settings

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

The Middles Settings allows you to select the gap size of the middle. The gap size is the different between the two bets (over 50.5 and under 52.5 would be a gap of **2**, for example).

## Money Mover (Low Holds) Settings

<figure><img src="/files/2nyBYPeOwpEvSkU3kd1u" alt=""><figcaption></figcaption></figure>

The Money Mover Settings allows you select which books you like to move money from a well as the amount and min/max odds on both the sending and receiving sportsbooks.

## Promo Converter Settings

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

The Promo Converter Settings allows you to select the book that contains the promo, the amount of money on the promo, and the minimum odds required to place the bonus bet.

## Filters

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

The filters menu allows you to fine tune what leagues and markets are shown

#### Game State

* Choose to see either all, live, or pregame events

#### Days in Advance

* See all games, or games on a specific day

#### Leagues/ Markets/ Time Periods

* Clicking any of the options will turn it on (blue) or off (gray) from the bet feed

## Custom Filters

<figure><img src="/files/0ypmSRdBnB306emi2kKs" alt=""><figcaption></figcaption></figure>

Create custom filters for specific combinations to remove from the bet feed. Additionally, any hidden events, arb bets, or EV bets are displayed here and can be cleared (by clicking 'Clear All').

#### Custom Combo to Remove

* Choose a league, market, time period, or sportsbook to remove from the feed
* Click the plus + button to add it to the custom combo filter
* Click the x next to it remove it, or click 'Clear All' to remove all custom combo filters


---

# 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://arbsvsodds.gitbook.io/avo-documentation/dashboard/bet-settings-and-filters.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.
