- Football Strategies
- Pages
- Simulation For Betting On Overs Or Unders
Simulation For Betting On Overs Or Unders
Strategy ID: 2
💡 Strategy
This strategy lets you see what would happen if you bet on the full-time over/under goals market. You can try out different settings to see how your bets would work on real games without spending any money. It's a quick and risk-free way to check if your strategy can make a profit!
💥 How to request a simulation run?
To request a simulation run, send us an email at: [email protected] with the settings that you want to test (see the Examples section below).
Make sure to send your request in the right format so our system can understand it and our team can handle it quickly. Use the templates in the Examples section and adjust them to run the simulation you want.
Keep in mind this email is only checked by our software. So, only include the details for your simulation request—don’t add extra text or questions, as no one from our team will see them.
If you have questions, email us at [email protected].
After you send your simulation request, we’ll process it and email you a PDF with your results within 24 hours!
🚀 Examples
Here are some examples of simulation requests. To learn more about each setting and the valid options you can use, check out the next section, Request Settings, where everything is explained clearly.
Example 1: Place a bet on Over 2.5 goals in the match for each game where the odds for Over 2.5 Goals are between 2 (1/1) and 2.2 (6/5). This test uses data from the 23/24 season of the English Premier League.
<league_id>E0</league_id>
<strategy_id>2</strategy_id>
<season>23/24</season>
<selection>over_25</selection>
<min_odds>2</min_odds>
<max_odds>2.2</max_odds>

Example 1 - how to send the simulation request via email
Example 2: Place a bet on Under 2.5 Goals in the match for each game where the odds for Under 2.5 Goals are between 1.5 (1/2) and 1.8 (4/5). This test uses data from the 22/23 season of the Italian Serie A.
<league_id>I1</league_id>
<strategy_id>2</strategy_id>
<season>22/23</season>
<selection>under_25</selection>
<min_odds>1.5</min_odds>
<max_odds>1.8</max_odds>

Example 2 - how to send the simulation request via email
Example 3: Bet on Over 1.5 Goals in each match where the odds fall between 1.15 (3/20) and 1.3 (3/10). The analysis starts at Round 6 and ends at Round 34, combining all qualifying games from each round into an accumulator bet slip. This test uses data from the 23/24 season of the German Bundesliga.
<league_id>D1</league_id>
<strategy_id>2</strategy_id>
<season>23/24</season>
<selection>over_15</selection>
<min_odds>1.15</min_odds>
<max_odds>1.3</max_odds>
<start_round>6</start_round>
<end_round>34</end_round>
<bet_slip_mode>accumulator</bet_slip_mode>
<stake>10</stake>

Example 3 - how to send the simulation request via email
⭐️ Request Settings
Parameter | Description | Valid values |
---|---|---|
league_id* | The code of the league you want to test. | E0, E1, E2, E3, EC, SP1 SP2, D1, D2, I1, I2, F1, F2, N1, P1, B1, T1, SC0, SC1, SC2, SC3, G1 |
strategy_id* | The id of the strategy you want to test. | The id for this strategy is: 2 |
season* | The season that you want to test. | 21/22, 22/23, 23/24 |
selection* | The option that you want to bet on for each game. | over_25, under_25 = For each game bet on the Under 2.5 Goals in the match. over_15 = For each game bet on the Over 1.5 Goals in the match. under_15 = For each game bet on the Under 1.5 Goals in the match. |
min_odds | The minimum odds for each game. | Any positive decimal or fractional number: |
max_odds | The maximum odds for each game. | Any positive decimal or fractional number: |
start_round | The first round you want to start the simulation from. | Any positive whole number, e.g. 1, 2, 3, etc. |
end_round | The last round you want to test the simulation up to. | Any positive whole number, e.g. 36, 37, 38, etc. |
bet_slip_mode | Specifies how to place bets on a bet slip. | single, accumulator |
stake | The amount to bet on each bet slip. | Any positive number, e.g. 10, 15.50, etc. |
The fields with * are required, the others are optional and if not specified will use their default values.