Simulation for Betting on Both Teams To Score Based on Occurrences

Strategy ID: 11

💡 Strategy

This strategy shows the results of betting on the Both Teams to Score market by looking at how often both teams scored in each team's recent games. 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 Both Teams To Score - Yes in each match where all the following conditions are met:

  • In the last 6 games (home and away), both teams must have had at least 3 matches where both teams scored.

    For example, in a match between Man City and Chelsea:

    • Man City had 3 of their last 6 games with both teams scoring.

    • Chelsea had 4 of their last 6 games with both teams scoring.

    Since both teams meet the condition of at least 3 occurrences, we would place a bet on Both Teams to Score - Yes for this game.

  • Start the simulation from Round 7 (to make sure there is enough data to calculate how often games with Both Teams to Score - Yes occurred for both teams).

  • This test uses data from the 21/22 season of the English Premier League.

<league_id>E0</league_id>
<strategy_id>11</strategy_id>
<season>21/22</season>
<selection>btts_yes</selection>/
<start_round>7</start_round>
<end_round>38</end_round>
<last_n>6</last_n>
<last_n_all_games_checked>true</last_n_all_games_checked>
<occurrences>3</occurrences>

Example 1 - how to send the simulation request via email

Example 2: Place a bet on Both Teams To Score - No in each match where all the following conditions are met:

  • In the last 6 games (home and away), both teams must have had at least 4 matches where not both teams scored.

    For example, in a match between Torino and Genoa:

    • Torino had 4 of their last 6 games where not both teams scored.

    • Genoa had 5 of their last 6 games where not both teams scored.

    Since both teams meet the condition of at least 4 occurrences, we would place a bet on Both Teams to Score - No for this game.

  • Start the simulation from Round 7 (to make sure there is enough data to calculate how often games with Both Teams to Score - Yes occurred for both teams).

  • This test uses data from the 21/22 season of the Italian Serie A.

<league_id>I1</league_id>
<strategy_id>11</strategy_id>
<season>21/22</season>
<selection>btts_no</selection>/
<start_round>7</start_round>
<end_round>38</end_round>
<last_n>6</last_n>
<last_n_all_games_checked>true</last_n_all_games_checked>
<occurrences>4</occurrences>

Example 2 - how to send the simulation request via email

Example 3: Place a bet on Both Teams To Score - Yes in each match where all the following conditions are met:

  • In the last 6 games, we calculate the occurrences of games where both teams scored separately for each team based on their location (as last_n_all_games_checked is set to false):

    • For the home team, we only consider their last 6 home games, ignoring their away games.

    • For the away team, we only consider their last 6 away games, ignoring their home games.

    If both teams have had at least 4 of their recent games end with both teams scoring, the condition is met.

    For example, in a match between Man City and Chelsea:

    • Man City has had 4 of their last 6 home games end with both teams scoring

    • Chelsea has had 5 of their last 6 away games end with both teams scoring.

    Since both teams meet the condition, we would place a bet on Both Teams To Score - Yes for this game.

  • Start the simulation from Round 12 (to make sure there is enough data to calculate how often games with Both Teams to Score - Yes occurred for both teams).

  • This test uses data from the 21/22 season of the English Premier League.

<league_id>E0</league_id>
<strategy_id>11</strategy_id>
<season>21/22</season>
<selection>btts_yes</selection>/
<start_round>12</start_round>
<end_round>38</end_round>
<last_n>6</last_n>
<last_n_all_games_checked>false</last_n_all_games_checked>
<occurrences>4</occurrences>

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

Code to meaning:
E0 = English Premier League,
E1 = English Championship,
E2 = English League 1,
E3 = English League 2, EC = English Conference,
SP1 = Spanish La Liga, SP2 = Spanish Segunda Division
D1 = German Bundesliga,
D2 = German Bundesliga 2
I1 = Italian Serie A,
I2 = Italian Serie B,
F1 = French Ligue 1,
F2 = French Ligue 2, N1 = Dutch Eredivisie, P1 = Portuguese Primeira Liga,
B1 = Belgian Jupiler League,
T1 = Turkish Super Lig, SC0 = Scottish Premier League,
SC1 = Scottish Championship,
SC2 = Scottish League 1,
SC3 = Scottish League 2,
G1 = Greek Super League

strategy_id*

The id of the strategy you want to test.

The id for this strategy is: 11

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.

btts_yes,
btts_no

Selection to meaning:
btts_yes = For each game bet on Both Teams To Score - Yes.

btts_no = For each game bet on Both Teams To Score - No.

start_round

The first round you want to start the simulation from.

Any positive whole number, e.g. 1, 2, 3, etc.
Default is 1

end_round

The last round you want to test the simulation up to.

Any positive whole number, e.g. 36, 37, 38, etc.
Default is the last round for the league, e.g. for Premier League it is 38

last_n

The number of recent games to include when analyzing a team's performance.

Any positive whole number:
e.g. 6, 7, 8, etc.

last_n_all_games_checked

Determines whether to consider all of the last N games for a team overall, or if only home games should be considered for the home team and away games for the away team.

true, false

If set to true, it will consider the last N games for each team in total (i.e. both home and away).
If set to false, it will only consider home games for the home team and away games for the away team.

occurrences

The number of times games ended with BTTS - Yes/BTTS - No in the last N games.
For example, if we wanted to test that both teams had at least 4 out of their last 6 games end with both teams scoring, we would set the occurrences setting to 4.

Any non-negative whole number:
e.g. 0, 1, 2, 3, 4, etc.

bet_slip_mode

Specifies how to place bets on a bet slip.

single, accumulator
The default is single, which places each game in a separate bet slip. If you choose accumulator, all games for a given round will be placed in one bet slip.

stake

The amount to bet on each bet slip.

Any positive number, e.g. 10, 15.50, etc.
Default is 10

The fields with * are required, the others are optional and if not specified will use their default values.