Skip to main content

BETER

FIFA

half_goals_scored/overunder

If the total number of goals scored in a half is over or under a specific value.

Example:

{
"marketName": "half_goals_scored",
"marketType": "overunder",
"specifiers": {
"halfNumber": 1,
"line": 0.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.82,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.88,
"tradingStatus": "settled",
"won": true
}
]
}

match_winner/3way

Winner of a match in a game that can result three ways (win, lose, or draw).

Example:

{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 4.2,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

match_total_goals/overunder

If the total number of goals scored in a match is over or under a specific value.

Example:

{
"marketName": "match_total_goals",
"marketType": "overunder",
"specifiers": {
"line": 5.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.23,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "over",
"decimalOdd": 3.7,
"tradingStatus": "closed",
"won": false
}
]
}

match_next_goal/3way

Which team will score the next goal in a match.

Example:

{
"marketName": "match_next_goal",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "none",
"decimalOdd": 8.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.3,
"tradingStatus": "open",
"won": false
}
]
}

match_total_goals/evenodd

If the total number of goals scored in a match will be even or odd.

Example:

{
"marketName": "match_total_goals",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.72,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 2,
"tradingStatus": "closed",
"won": false
}
]
}

match_goal_score/exact

Exact score of the match.

Example:

{
"marketName": "match_goal_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "1-1",
"decimalOdd": 7.2,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "0-1",
"decimalOdd": 16,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "1-0",
"decimalOdd": 8.2,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "0-0",
"decimalOdd": 10.5,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 20,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 8.5,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 23,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "2-0",
"decimalOdd": 8,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "2-2",
"decimalOdd": 11,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "1-3",
"decimalOdd": 41,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "3-1",
"decimalOdd": 12,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "0-3",
"decimalOdd": 37,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "3-0",
"decimalOdd": 11,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "2-3",
"decimalOdd": 34,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "3-2",
"decimalOdd": 21,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "1-4",
"decimalOdd": 61,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "4-1",
"decimalOdd": 23,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "3-3",
"decimalOdd": 34,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "0-4",
"decimalOdd": 45,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "4-0",
"decimalOdd": 21,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "2-4",
"decimalOdd": 55,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "4-2",
"decimalOdd": 34,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "3-4",
"decimalOdd": 61,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "4-3",
"decimalOdd": 55,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "2-5",
"decimalOdd": 37,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "5-2",
"decimalOdd": 51,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "5-1",
"decimalOdd": 41,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "4-4",
"decimalOdd": 55,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "5-0",
"decimalOdd": 41,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "6-1",
"decimalOdd": 55,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "6-0",
"decimalOdd": 55,
"tradingStatus": "closed",
"won": false
}
]
}

match_winner/double_chance

Double betting on the winner of the market with three possible outcomes i.e. team1 win or draw, team2 win or draw, team1 win or team2 win.

Example:

{
"marketName": "match_winner",
"marketType": "double_chance",
"specifiers": {},
"outcomes": [
{
"outcome": "team1_or_draw",
"decimalOdd": 1.02,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_or_team2",
"decimalOdd": 1.25,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2_or_draw",
"decimalOdd": 2.85,
"tradingStatus": "open",
"won": false
}
]
}

match_both_teams_score/yesno

If both teams will score in a match.

Example:

{
"marketName": "match_both_teams_score",
"marketType": "yesno",
"specifiers": {},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 2.5,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/3way

Winner of a half with three possible outcomes.

Example:

{
"marketName": "half_winner",
"marketType": "3way",
"specifiers": {
"mapNumber": 1,
"halfNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.44,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.95,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/double_chance

Allows betting on two out of three possible results for a half of a map or a match.

Example:

{
"marketName": "half_winner",
"marketType": "double_chance",
"specifiers": {
"mapNumber": 2,
"halfNumber": 2
},
"outcomes": [
{
"outcome": "team1_or_draw",
"decimalOdd": 1.33,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_or_team2",
"decimalOdd": 1.04,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2_or_draw",
"decimalOdd": 2.8,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/3way

Winner of a half with three possible outcomes i.e. team1, team2, or draw.

Example:

{
"marketName": "half_winner",
"marketType": "3way",
"specifiers": {
"halfNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.01,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "draw",
"decimalOdd": 13,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 51,
"tradingStatus": "settled",
"won": false
}
]
}

half_winner_handicap/2way

Winner of a half of a match given a specific handicap.

Example:

{
"marketName": "half_winner_handicap",
"marketType": "2way",
"specifiers": {
"halfNumber": 1,
"line": 3.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.8,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "team2",
"decimalOdd": 1.9,
"tradingStatus": "settled",
"won": false
}
]
}

NBA

quarter_winner/3way

Winner of a quarter of a match with three possible outcomes.

Example:

{
"marketName": "quarter_winner",
"marketType": "3way",
"specifiers": {
"quarterNumber": 4
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.01,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 155,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 155,
"tradingStatus": "closed",
"won": false
}
]
}

quarter_total_points/overunder

If the total number of points scored in a quarter is over or under a specific value.

Example:

{
"marketName": "quarter_total_points",
"marketType": "overunder",
"specifiers": {
"quarterNumber": 4,
"line": 22.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.62,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "over",
"decimalOdd": 2.15,
"tradingStatus": "settled",
"won": true
}
]
}

quarter_total_points/evenodd

If the points scored in a quarter would be even or odd.

Example:

{
"marketName": "quarter_total_points",
"marketType": "evenodd",
"specifiers": {
"quarterNumber": 4
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.01,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 11.6,
"tradingStatus": "closed",
"won": false
}
]
}

quarter_team_score/overunder

Points scored by a team in a quarter of a match over or under a specific value.

Example:

{
"marketName": "quarter_team_score",
"marketType": "overunder",
"specifiers": {
"quarterNumber": 4,
"line": 11.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.2,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "over",
"decimalOdd": 4,
"tradingStatus": "settled",
"won": true
}
]
}

quarter_winner_handicap/2way

Winner of a quarter of a match given a specific handicap.

Example:

{
"marketName": "quarter_winner_handicap",
"marketType": "2way",
"specifiers": {
"quarterNumber": 4,
"line": 4.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.77,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.93,
"tradingStatus": "closed",
"won": false
}
]
}

match_total_points/overunder

If the total number of points in a match is over or under a specific value.

Example:

{
"marketName": "match_total_points",
"marketType": "overunder",
"specifiers": {
"line": 128.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.62,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "over",
"decimalOdd": 2.15,
"tradingStatus": "settled",
"won": true
}
]
}

match_total_points/evenodd

If the total number of points in a match is even or odd.

Example:

{
"marketName": "match_total_points",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.01,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 11.6,
"tradingStatus": "closed",
"won": false
}
]
}

match_winner/2way

Winner of a match with two possible outcomes.

Example:

{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
}
]
}

match_team_score/overunder

Total score of a team in a match over or under a specific value.

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"line": 1.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/3way

Winner of a half with three possible outcomes.

Example:

{
"marketName": "half_winner",
"marketType": "3way",
"specifiers": {
"mapNumber": 1,
"halfNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.44,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.95,
"tradingStatus": "open",
"won": false
}
]
}

half_team_score/overunder

Total score of a team over or under a specific value in a half.

Example:

{
"marketName": "half_team_score",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"halfNumber": 1,
"line": 11.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_maintime/3way

Winner of the match without overtime.

Example:

{
"marketName": "match_winner_maintime",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.01,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 155,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 155,
"tradingStatus": "closed",
"won": false
}
]
}

half_winner/3way

Winner of a half with three possible outcomes i.e. team1, team2, or draw.

Example:

{
"marketName": "half_winner",
"marketType": "3way",
"specifiers": {
"halfNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.01,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "draw",
"decimalOdd": 13,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 51,
"tradingStatus": "settled",
"won": false
}
]
}

half_points_scored/overunder

Total points scored in a half of a match over or under a specific value.

Example:

{
"marketName": "half_points_scored",
"marketType": "overunder",
"specifiers": {
"halfNumber": 1,
"line": 75.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.82,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "over",
"decimalOdd": 1.88,
"tradingStatus": "settled",
"won": false
}
]
}

half_winner_handicap/2way

Winner of a half of a match given a specific handicap.

Example:

{
"marketName": "half_winner_handicap",
"marketType": "2way",
"specifiers": {
"halfNumber": 1,
"line": 3.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.8,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "team2",
"decimalOdd": 1.9,
"tradingStatus": "settled",
"won": false
}
]
}

NHL

period_winner/3way

Winner of a period with three possible outcomes.

Example:

{
"marketName": "period_winner",
"marketType": "3way",
"specifiers": {
"periodNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 8.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 1.58,
"tradingStatus": "open",
"won": false
}
]
}

period_total_points/overunder

Total points scored in a period over or under a specific value.

Example:

{
"marketName": "period_total_points",
"marketType": "overunder",
"specifiers": {
"periodNumber": 2,
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.13,
"tradingStatus": "open",
"won": false
}
]
}

period_team_score/overunder

Total points scored by a team in a period over or under a specific value.

Example:

{
"marketName": "period_team_score",
"marketType": "overunder",
"specifiers": {
"periodNumber": 1,
"line": 0.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.6,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.44,
"tradingStatus": "open",
"won": false
}
]
}

period_winner_handicap/2way

Winner of a period in match given a specific handicap.

Example:

{
"marketName": "period_winner_handicap",
"marketType": "2way",
"specifiers": {
"periodNumber": 2,
"line": 0.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.28,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.35,
"tradingStatus": "open",
"won": false
}
]
}

match_total_points/overunder

If the total number of points in a match is over or under a specific value.

Example:

{
"marketName": "match_total_points",
"marketType": "overunder",
"specifiers": {
"line": 128.5
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.62,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "over",
"decimalOdd": 2.15,
"tradingStatus": "settled",
"won": true
}
]
}

match_team_score/overunder

Total score of a team in a match over or under a specific value.

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"line": 1.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

Valorant

match_most_rounds/3way

Winner of most rounds in the match.

Example:

{
"marketName": "match_most_rounds",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 8.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.04,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
}
]
}

match_total_rounds/overunder

If the total number of rounds played in a match is over or under a certain value.

Example:

{
"marketName": "match_total_rounds",
"marketType": "overunder",
"specifiers": {
"line": 54.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
}
]
}

match_total_rounds/evenodd

If the exact number of total rounds played in a match is even or odd.

Example:

{
"marketName": "match_total_rounds",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

match_rounds_handicap/2way

Which team succeeds in a match given a specified handicap.

Example:

{
"marketName": "match_rounds_handicap",
"marketType": "2way",
"specifiers": {
"line": 11.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.95,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.8,
"tradingStatus": "open",
"won": false
}
]
}

match_winner/3way

Winner of a match in a game that can result three ways (win, lose, or draw).

Example:

{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 4.2,
"tradingStatus": "open",
"won": false
}
]
}

match_winner/2way

Winner of a match with two possible outcomes.

Example:

{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/overunder

If the exact number of total maps played in a match is over or under a specific value.

Example:

{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/evenodd

If the total number of maps played in a match is even or odd.

Example:

{
"marketName": "match_total_maps",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.33,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 3.15,
"tradingStatus": "open",
"won": false
}
]
}

match_team_score/overunder

Total score of a team in a match over or under a specific value.

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"line": 1.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

Exact score of the match.

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 4.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 3.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 2.42,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_maintime/3way

Winner of a map that can result in three results (win, loss, or draw).

Example:

{
"marketName": "map_winner_maintime",
"marketType": "3way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.35,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/3way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "3way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 9.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.15,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.14,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/overunder

Total rounds played in a map, over or under a certain value.

Example:

{
"marketName": "map_total_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 25.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.65,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.15,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/evenodd

Exact number of rounds played on a map.

Example:

{
"marketName": "map_total_rounds",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
}
]
}

map_rounds_team_score/overunder

Total number of rounds won by a team on a map.

Example:

{
"marketName": "map_rounds_team_score",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 11.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_handicap/2way

Winner of a map given a specific handicap.

Example:

{
"marketName": "map_winner_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 1,
"line": 3.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.62,
"tradingStatus": "open",
"won": false
}
]
}

map_round_score/exact

The exact round score on a map.

Example:

{
"marketName": "map_round_score",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "0-16",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-16",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-16",
"decimalOdd": 27,
"tradingStatus": "open",
"won": false
},
{
"outcome": "3-16",
"decimalOdd": 19,
"tradingStatus": "open",
"won": false
},
{
"outcome": "4-16",
"decimalOdd": 15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "5-16",
"decimalOdd": 12,
"tradingStatus": "open",
"won": false
},
{
"outcome": "6-16",
"decimalOdd": 10.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7-16",
"decimalOdd": 9.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "8-16",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "9-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "10-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "11-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "12-16",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "13-16",
"decimalOdd": 9.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "14-16",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-14",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-13",
"decimalOdd": 14,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-12",
"decimalOdd": 15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-11",
"decimalOdd": 16,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-10",
"decimalOdd": 18,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-9",
"decimalOdd": 20,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-8",
"decimalOdd": 23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-7",
"decimalOdd": 27,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-6",
"decimalOdd": 31,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-5",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-4",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-3",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-2",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-1",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-0",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "15-15",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills/3way

Team with the most kills on a map.

Example:

{
"marketName": "map_most_kills",
"marketType": "3way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/overunder

If the total number of kills on a map is over or under a specific value.

Example:

{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"line": 170.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_round_winner/2way

Winner of the round on a map.

Example:

{
"marketName": "map_round_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2,
"roundNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.35,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.55,
"tradingStatus": "open",
"won": false
}
]
}

Counter-Strike

match_most_rounds/3way

Winner of most rounds in the match.

Example:

{
"marketName": "match_most_rounds",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 8.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.04,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
}
]
}

match_total_rounds/overunder

If the total number of rounds played in a match is over or under a certain value.

Example:

{
"marketName": "match_total_rounds",
"marketType": "overunder",
"specifiers": {
"line": 54.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
}
]
}

match_total_rounds/evenodd

If the exact number of total rounds played in a match is even or odd.

Example:

{
"marketName": "match_total_rounds",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

match_rounds_team_score/overunder

Total rounds won by a team in a match over or under a specific value.

Example:

{
"marketName": "match_rounds_team_score",
"marketType": "overunder",
"specifiers": {
"line": 22.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

match_rounds_handicap/2way

Which team succeeds in a match given a specified handicap.

Example:

{
"marketName": "match_rounds_handicap",
"marketType": "2way",
"specifiers": {
"line": 11.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.95,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.8,
"tradingStatus": "open",
"won": false
}
]
}

match_most_rounds/double_chance

Winner of most rounds in a match - allowing to bet on two out of the three outcomes.

Example:

{
"marketName": "match_most_rounds",
"marketType": "double_chance",
"specifiers": {},
"outcomes": [
{
"outcome": "team1_or_draw",
"decimalOdd": 9.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_or_team2",
"decimalOdd": 1.02,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2_or_draw",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
}
]
}

match_overtime/yesno

If the match will go into overtime.

Example:

{
"marketName": "match_overtime",
"marketType": "yesno",
"specifiers": {},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 5.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.13,
"tradingStatus": "open",
"won": false
}
]
}

match_overtime/overunder

If the match overtime is over or under a specific value.

Example:

{
"marketName": "match_overtime",
"marketType": "overunder",
"specifiers": {
"line": 0.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.13,
"tradingStatus": "open",
"won": false
}
]
}

match_winner/3way

Winner of a match in a game that can result three ways (win, lose, or draw).

Example:

{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 4.2,
"tradingStatus": "open",
"won": false
}
]
}

match_winner/2way

Winner of a match with two possible outcomes.

Example:

{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/overunder

If the exact number of total maps played in a match is over or under a specific value.

Example:

{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/evenodd

If the total number of maps played in a match is even or odd.

Example:

{
"marketName": "match_total_maps",
"marketType": "evenodd",
"specifiers": {},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.33,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 3.15,
"tradingStatus": "open",
"won": false
}
]
}

match_team_score/overunder

Total score of a team in a match over or under a specific value.

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"line": 1.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

Exact score of the match.

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 4.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 3.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 2.42,
"tradingStatus": "open",
"won": false
}
]
}

map_zeusx27_kill/yesno

If a Zeus X27 kill will happen on a map.

Example:

{
"marketName": "map_zeusx27_kill",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.06,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/winner_and_total

Winner of a map and the total number of rounds played.

Example:

{
"marketName": "map_winner",
"marketType": "winner_and_total",
"specifiers": {
"mapNumber": 1,
"line": 26.5
},
"outcomes": [
{
"outcome": "team1_and_over",
"decimalOdd": 3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_and_under",
"decimalOdd": 2.65,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2_and_over",
"decimalOdd": 3.1,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2_and_under",
"decimalOdd": 6,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/winner_and_range

Winner of a map by a specific range of rounds.

Example:

{
"marketName": "map_winner",
"marketType": "winner_and_range",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "A,2-5",
"decimalOdd": 2.95,
"tradingStatus": "open",
"won": false
},
{
"outcome": "A,6-9",
"decimalOdd": 4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "A,10-13",
"decimalOdd": 5.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "A,14-16",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "B,2-5",
"decimalOdd": 3.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "B,6-9",
"decimalOdd": 5.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "B,10-13",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "B,14-16",
"decimalOdd": 155,
"tradingStatus": "closed",
"won": false
}
]
}

map_winner_maintime/3way

Winner of a map that can result in three results (win, loss, or draw).

Example:

{
"marketName": "map_winner_maintime",
"marketType": "3way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.35,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/3way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "3way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 9.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.15,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.14,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/overunder

Total rounds played in a map, over or under a certain value.

Example:

{
"marketName": "map_total_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 25.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.65,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.15,
"tradingStatus": "open",
"won": false
}
]
}

map_team_wins_pistol_rounds/yesno

If team will win the pistol round.

Example:

{
"marketName": "map_team_wins_pistol_rounds",
"marketType": "yesno",
"specifiers": {
"mapNumber": 1,
"team": "team1"
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 3.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.27,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/evenodd

Exact number of rounds played on a map.

Example:

{
"marketName": "map_total_rounds",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
}
]
}

map_rounds_team_score/overunder

Total number of rounds won by a team on a map.

Example:

{
"marketName": "map_rounds_team_score",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 11.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_handicap/2way

Winner of a map given a specific handicap.

Example:

{
"marketName": "map_winner_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 1,
"line": 3.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.62,
"tradingStatus": "open",
"won": false
}
]
}

first_half_and_map_winner/first_half_and_map_winner

Winner of the first half of the map and whole map.

Example:

{
"marketName": "first_half_and_map_winner",
"marketType": "first_half_and_map_winner",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "win1_win1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "win1_win2",
"decimalOdd": 8.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "win2_win2",
"decimalOdd": 2.85,
"tradingStatus": "open",
"won": false
},
{
"outcome": "win2_win1",
"decimalOdd": 6.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw_win1",
"decimalOdd": 6.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw_win2",
"decimalOdd": 7.77,
"tradingStatus": "open",
"won": false
}
]
}

map_round_score/exact

The exact round score on a map.

Example:

{
"marketName": "map_round_score",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "0-16",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-16",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-16",
"decimalOdd": 27,
"tradingStatus": "open",
"won": false
},
{
"outcome": "3-16",
"decimalOdd": 19,
"tradingStatus": "open",
"won": false
},
{
"outcome": "4-16",
"decimalOdd": 15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "5-16",
"decimalOdd": 12,
"tradingStatus": "open",
"won": false
},
{
"outcome": "6-16",
"decimalOdd": 10.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7-16",
"decimalOdd": 9.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "8-16",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "9-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "10-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "11-16",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "12-16",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "13-16",
"decimalOdd": 9.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "14-16",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-14",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-13",
"decimalOdd": 14,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-12",
"decimalOdd": 15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-11",
"decimalOdd": 16,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-10",
"decimalOdd": 18,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-9",
"decimalOdd": 20,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-8",
"decimalOdd": 23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-7",
"decimalOdd": 27,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-6",
"decimalOdd": 31,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-5",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-4",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-3",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-2",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-1",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "16-0",
"decimalOdd": 34,
"tradingStatus": "open",
"won": false
},
{
"outcome": "15-15",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_maintime/double_chance

Winner of the map in main time, allows for betting on two of the three possible outcomes.

Example:

{
"marketName": "map_winner_maintime",
"marketType": "double_chance",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1_or_draw",
"decimalOdd": 3.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_or_team2",
"decimalOdd": 1.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2_or_draw",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
}
]
}

map_overtime/yesno

If the map will go into overtime.

Example:

{
"marketName": "map_overtime",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.02,
"tradingStatus": "open",
"won": false
}
]
}

map_molotov_kill/yesno

If a molotov kill happens on a map.

Example:

{
"marketName": "map_molotov_kill",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 2.57,
"tradingStatus": "open",
"won": false
}
]
}

map_knife_kill/yesno

If a knife kill happens on a map.

Example:

{
"marketName": "map_knife_kill",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 5.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.12,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills/3way

Team with the most kills on a map.

Example:

{
"marketName": "map_most_kills",
"marketType": "3way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/overunder

If the total number of kills on a map is over or under a specific value.

Example:

{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"line": 170.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_first_blood/2way

First team to get a kill on a map.

Example:

{
"marketName": "map_first_blood",
"marketType": "2way",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/3way

Winner of a half with three possible outcomes.

Example:

{
"marketName": "half_winner",
"marketType": "3way",
"specifiers": {
"mapNumber": 1,
"halfNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.44,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.95,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/2way

Winner of a half of a map with two possible outcomes (win or loss).

Example:

{
"marketName": "half_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1,
"halfNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.3,
"tradingStatus": "open",
"won": false
}
]
}

half_team_score/overunder

Total score of a team over or under a specific value in a half.

Example:

{
"marketName": "half_team_score",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"halfNumber": 1,
"line": 11.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

half_round_score/exact

The exact rounds score of a half of a map.

Example:

{
"marketName": "half_round_score",
"marketType": "exact",
"specifiers": {
"mapNumber": 1,
"halfNumber": 1
},
"outcomes": [
{
"outcome": "0-12",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-11",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-10",
"decimalOdd": 1.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "3-9",
"decimalOdd": 1.42,
"tradingStatus": "open",
"won": false
},
{
"outcome": "4-8",
"decimalOdd": 5.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "5-7",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "6-6",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7-5",
"decimalOdd": 155,
"tradingStatus": "open",
"won": false
},
{
"outcome": "8-4",
"decimalOdd": 155,
"tradingStatus": "open",
"won": false
},
{
"outcome": "9-3",
"decimalOdd": 12,
"tradingStatus": "open",
"won": false
},
{
"outcome": "10-2",
"decimalOdd": 155,
"tradingStatus": "open",
"won": false
},
{
"outcome": "11-1",
"decimalOdd": 155,
"tradingStatus": "open",
"won": false
},
{
"outcome": "12-0",
"decimalOdd": 155,
"tradingStatus": "open",
"won": false
}
]
}

half_winner/double_chance

Allows betting on two out of three possible results for a half of a map or a match.

Example:

{
"marketName": "half_winner",
"marketType": "double_chance",
"specifiers": {
"mapNumber": 2,
"halfNumber": 2
},
"outcomes": [
{
"outcome": "team1_or_draw",
"decimalOdd": 1.33,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team1_or_team2",
"decimalOdd": 1.04,
"tradingStatus": "closed",
"won": false
},
{
"outcome": "team2_or_draw",
"decimalOdd": 2.8,
"tradingStatus": "open",
"won": false
}
]
}

map_grenade_kill/yesno

If a grenade kill happens on a map.

Example:

{
"marketName": "map_grenade_kill",
"marketType": "yesno",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 3.9,
"tradingStatus": "open",
"won": false
}
]
}

map_bombs_defused/overunder

If the total number of bomb defuses in a map is over or under a specific value.

Example:

{
"marketName": "map_bombs_defused",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 3.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.76,
"tradingStatus": "open",
"won": false
}
]
}

map_round_winner/2way

Winner of the round on a map.

Example:

{
"marketName": "map_round_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2,
"roundNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.35,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.55,
"tradingStatus": "open",
"won": false
}
]
}

DOTA2

match_winner/3way

Winner of a match in a game that can result three ways (win, lose, or draw).

Example:

{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.23,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 4.2,
"tradingStatus": "open",
"won": false
}
]
}

match_winner/2way

Winner of a match with two possible outcomes.

Example:

{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/overunder

If the exact number of total maps played in a match is over or under a specific value.

Example:

{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

Exact score of the match.

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 4.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 3.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 2.42,
"tradingStatus": "open",
"won": false
}
]
}

map_towers_destroyed/overunder

If the number of turrets/buildings destroyed on a map is over or under a specific value.

Example:

{
"marketName": "map_towers_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 12.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.76,
"tradingStatus": "open",
"won": false
}
]
}

map_first_tower/2way

First team to destroy a tower on a map.

Example:

{
"marketName": "map_first_tower",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.14,
"tradingStatus": "open",
"won": false
}
]
}

map_roshans_killed/overunder

If the number of Roshans killed in a map is over or under a specific value.

Example:

{
"marketName": "map_roshans_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.4,
"tradingStatus": "open",
"won": false
}
]
}

map_first_roshan/2way

First team to kill a Roshan on a map.

Example:

{
"marketName": "map_first_roshan",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.4,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/overunder

If the total number of kills on a map is over or under a specific value.

Example:

{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"line": 170.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_first_blood/2way

First team to get a kill on a map.

Example:

{
"marketName": "map_first_blood",
"marketType": "2way",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/evenodd

If the total number of kills on a map is even or odd.

Example:

{
"marketName": "map_total_kills",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "odd",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "even",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_hero_kills/overunder

Team with total kills over or under a specific value for a map.

Example:

{
"marketName": "map_hero_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 8.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills_handicap/2way

Team with the most kills on a map given a specific handicap.

Example:

{
"marketName": "map_most_kills_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 2,
"line": 4.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_barracks_destroyed/overunder

If the total number of barracks destroyed on a map is over or under a specific value.

Example:

{
"marketName": "map_barracks_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 3.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.48,
"tradingStatus": "open",
"won": false
}
]
}

map_first_barrack/2way

First team to destroy a barrack on a map.

Example:

{
"marketName": "map_first_barrack",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.35,
"tradingStatus": "open",
"won": false
}
]
}

LOL

match_winner/2way

Winner of a match with two possible outcomes.

Example:

{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.55,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.47,
"tradingStatus": "open",
"won": false
}
]
}

match_total_maps/overunder

If the exact number of total maps played in a match is over or under a specific value.

Example:

{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

The winner of a match given a specific handicap.

Example:

{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.17,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

Exact score of the match.

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 4.7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 4.8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 3.3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 2.42,
"tradingStatus": "open",
"won": false
}
]
}

map_towers_destroyed/overunder

If the number of turrets/buildings destroyed on a map is over or under a specific value.

Example:

{
"marketName": "map_towers_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 12.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.76,
"tradingStatus": "open",
"won": false
}
]
}

map_first_tower/2way

First team to destroy a tower on a map.

Example:

{
"marketName": "map_first_tower",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Winner of a map.

Example:

{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.14,
"tradingStatus": "open",
"won": false
}
]
}

map_barons_killed/overunder

If the number of barons killed is over or under a specific value.

Example:

{
"marketName": "map_barons_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.65,
"tradingStatus": "open",
"won": false
}
]
}

map_first_baron/2way

First team to kill Baron Nashor on the map.

Example:

{
"marketName": "map_first_baron",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.65,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/overunder

If the total number of kills on a map is over or under a specific value.

Example:

{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"line": 170.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_first_blood/2way

First team to get a kill on a map.

Example:

{
"marketName": "map_first_blood",
"marketType": "2way",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_total_kills/evenodd

If the total number of kills on a map is even or odd.

Example:

{
"marketName": "map_total_kills",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "odd",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "even",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_inhibitors_destroyed/overunder

If the number of inhibitors destroyed is over or under a specific value.

Example:

{
"marketName": "map_inhibitors_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.25,
"tradingStatus": "open",
"won": false
}
]
}

map_first_inhibitor/2way

Team that destroys the first inhibitor on a map.

Example:

{
"marketName": "map_first_inhibitor",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.62,
"tradingStatus": "open",
"won": false
}
]
}

map_hero_kills/overunder

Team with total kills over or under a specific value for a map.

Example:

{
"marketName": "map_hero_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 8.5,
"team": "team1"
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills_handicap/2way

Team with the most kills on a map given a specific handicap.

Example:

{
"marketName": "map_most_kills_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 2,
"line": 4.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}

map_dragons_killed/overunder

If the number of dragons killed is over or under a specific value.

Example:

{
"marketName": "map_dragons_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 2,
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.25,
"tradingStatus": "open",
"won": false
}
]
}

map_first_dragon/2way

Team that kills the first dragon on a map.

Example:

{
"marketName": "map_first_dragon",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.01,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.75,
"tradingStatus": "open",
"won": false
}
]
}