BETSYS
FIFA
match_team_total_goals/exact
Predict the exact number of goals scored by a team in the match.
Example:
{
  "marketName": "match_team_total_goals",
  "marketType": "exact",
  "specifiers": {
    "team": "team1"
  },
  "outcomes": [
    {
      "outcome": "0",
      "decimalOdd": 3.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2",
      "decimalOdd": 4.04,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3",
      "decimalOdd": 5.65,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4+",
      "decimalOdd": 21,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "5+",
      "decimalOdd": 12.53,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "5",
      "decimalOdd": 30,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "6+",
      "decimalOdd": 18,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "6",
      "decimalOdd": 25,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "7+",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "7",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "8+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "8",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "9+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    }
  ]
}
match_score/exact
Predict the exact score in the match.
Example:
{
  "marketName": "match_score",
  "marketType": "exact",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "0:0",
      "decimalOdd": 15,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "0:1",
      "decimalOdd": 15,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:0",
      "decimalOdd": 8.34,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:1",
      "decimalOdd": 6.1,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:2",
      "decimalOdd": 14.9,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:3",
      "decimalOdd": 28,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:0",
      "decimalOdd": 8.27,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:1",
      "decimalOdd": 8.09,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:2",
      "decimalOdd": 12.78,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:3",
      "decimalOdd": 28,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:4",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "3:0",
      "decimalOdd": 10.73,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3:1",
      "decimalOdd": 10.06,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3:2",
      "decimalOdd": 19,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3:3",
      "decimalOdd": 35,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4:1",
      "decimalOdd": 19,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4:2",
      "decimalOdd": 28,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "5:1",
      "decimalOdd": 35,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "6:1",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    }
  ]
}
half_total_goals/overunder
Bet on whether the first-half total goals are over or under a specific line.
Example:
{
  "marketName": "half_total_goals",
  "marketType": "overunder",
  "specifiers": {
    "halfNumber": 1,
    "line": 1.5
  },
  "outcomes": [
    {
      "outcome": "under",
      "decimalOdd": 1.7,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "over",
      "decimalOdd": 2.03,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_next_goal/3way
Guess which team scores the next goal at a given score, choosing from 'team1', 'team2', or 'neither'.
Example:
{
  "marketName": "half_next_goal",
  "marketType": "3way",
  "specifiers": {
    "halfNumber": 1,
    "score": "0:0"
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.47,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "neither",
      "decimalOdd": 15,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 2.87,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/3way
Predict the match winner among 'team1', 'team2', or 'draw'.
Example:
{
  "marketName": "match_winner",
  "marketType": "3way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "draw",
      "decimalOdd": 4.08,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 5.01,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_winner_draw_no_bet/2way
Winner of the first half with two outcomes: 'team1' or 'team2'. On a draw, this market is cancelled to signify that all bets should be fully refunded.
Example:
{
  "marketName": "half_winner_draw_no_bet",
  "marketType": "2way",
  "specifiers": {
    "halfNumber": 1
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.3,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 3.25,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner_handicap/2way
Predict the match winner given a specified handicap, options are 'team1' or 'team2'.
Example:
{
  "marketName": "match_winner_handicap",
  "marketType": "2way",
  "specifiers": {
    "line": -0.5
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 2.25,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_total_goals/evenodd
Bet on whether the total first-half goals will be even or odd.
Example:
{
  "marketName": "half_total_goals",
  "marketType": "evenodd",
  "specifiers": {
    "halfNumber": 1
  },
  "outcomes": [
    {
      "outcome": "even",
      "decimalOdd": 1.72,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "odd",
      "decimalOdd": 2.01,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner_draw_no_bet/2way
Match winner market with two outcomes: 'team1' or 'team2'. On a draw, this market is 'cancelled' to signify that all bets should be fully refunded.
Example:
{
  "marketName": "match_winner_draw_no_bet",
  "marketType": "2way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.23,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 3.71,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_total_goals/exact
Predict the exact number of goals scored in the first half.
Example:
{
  "marketName": "half_total_goals",
  "marketType": "exact",
  "specifiers": {
    "halfNumber": 1
  },
  "outcomes": [
    {
      "outcome": "5+",
      "decimalOdd": 3.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "7+",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "8+",
      "decimalOdd": 4.04,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "8",
      "decimalOdd": 5.65,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "9+",
      "decimalOdd": 21,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "9",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "10+",
      "decimalOdd": 12.53,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "10",
      "decimalOdd": 30,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "11+",
      "decimalOdd": 18,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "11",
      "decimalOdd": 25,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "12+",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "12",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "13",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "13+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "14+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "14",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "15+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "0",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "1",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "2",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "3",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "4",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "5",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "7",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "4+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "6+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "6",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    }
  ]
}
match_total_goals/overunder
Bet on whether the total match goals are over or under a specific line.
Example:
{
  "marketName": "match_total_goals",
  "marketType": "overunder",
  "specifiers": {
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "under",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "over",
      "decimalOdd": 1.58,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_winner/3way
Bet on the first-half winner, choosing from 'team1', 'team2', or 'draw'.
Example:
{
  "marketName": "half_winner",
  "marketType": "3way",
  "specifiers": {
    "halfNumber": 1
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "draw",
      "decimalOdd": 4.08,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 5.01,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_score/exact
Predict the exact score in the first half.
Example:
{
  "marketName": "half_score",
  "marketType": "exact",
  "specifiers": {
    "halfNumber": 1
  },
  "outcomes": [
    {
      "outcome": "0:0",
      "decimalOdd": 3.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "0:1",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:0",
      "decimalOdd": 4.04,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:1",
      "decimalOdd": 5.65,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1:2",
      "decimalOdd": 21,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:0",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:1",
      "decimalOdd": 12.53,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2:2",
      "decimalOdd": 30,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3:0",
      "decimalOdd": 18,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3:1",
      "decimalOdd": 25,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4:0",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_team_total_goals/overunder
Bet on whether the teams' first-half score is over or under a specific goal line.
Example:
{
  "marketName": "half_team_total_goals",
  "marketType": "overunder",
  "specifiers": {
    "halfNumber": 1,
    "line": 2.5,
    "team": "team1"
  },
  "outcomes": [
    {
      "outcome": "under",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "over",
      "decimalOdd": 1.58,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
half_winner_handicap/2way
Guess the first-half winner given a specified handicap, options are 'team1' or 'team2'.
Example:
{
  "marketName": "half_winner_handicap",
  "marketType": "2way",
  "specifiers": {
    "halfNumber": 1,
    "line": -0.5
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 2.25,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_total_goals/exact
Predict the exact number of goals in the match.
Example:
{
  "marketName": "match_total_goals",
  "marketType": "exact",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "0",
      "decimalOdd": 3.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2",
      "decimalOdd": 4.04,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "3",
      "decimalOdd": 5.65,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4",
      "decimalOdd": 21,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "4+",
      "decimalOdd": 6.03,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "5",
      "decimalOdd": 12.53,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "5+",
      "decimalOdd": 30,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "6",
      "decimalOdd": 18,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "6+",
      "decimalOdd": 25,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "7+",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "7",
      "decimalOdd": 50,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "8+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "8",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "9+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "9",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "10+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "10",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "11+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "11",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "12+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "12",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "13+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "13",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "14+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "14",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    },
    {
      "outcome": "15+",
      "decimalOdd": 1,
      "tradingStatus": "suspended",
      "won": false
    }
  ]
}
match_total_goals/evenodd
Bet on whether the total match goals will be even or odd.
Example:
{
  "marketName": "match_total_goals",
  "marketType": "evenodd",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "even",
      "decimalOdd": 1.9,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "odd",
      "decimalOdd": 2.9,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/double_chance
Outcomes are combined results of match winner outcomes: 'team1_or_draw', 'team1_or_team2' and 'team2_or_draw'. (Multiple outcomes can win)
Example:
{
  "marketName": "match_winner",
  "marketType": "double_chance",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1_or_draw",
      "decimalOdd": 1.13,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team1_or_team2",
      "decimalOdd": 1.2,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2_or_draw",
      "decimalOdd": 2.25,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_next_goal/3way
Guess which team scores the next goal at a given score, choosing from 'team1', 'team2', or 'neither'.
Example:
{
  "marketName": "match_next_goal",
  "marketType": "3way",
  "specifiers": {
    "score": "0:0"
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.47,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "neither",
      "decimalOdd": 15,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 2.87,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_team_total_goals/overunder
Predict if a team's goal count is above or below a set line.
Example:
{
  "marketName": "match_team_total_goals",
  "marketType": "overunder",
  "specifiers": {
    "team": "team1",
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "under",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "over",
      "decimalOdd": 1.58,
      "tradingStatus": "open",
      "won": false
    }
  ]
}