Skip to main content

BETER

Counter-Strike

half_winner/3way

Predicts which team will win half of a map or if it will be a draw

Example:

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

half_winner/2way

Predicts the winner of a half of a map with two possible outcomes (win or loss)

Example:

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

half_round_score/exact

Predicts the exact round score in a half of a map

Example:

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

match_rounds_team_score/overunder

Total number of rounds won by a team

Example:

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

match_winner/double_chance

Allows betting on two out of three possible results for match winner

Example:

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

map_winner/winner_and_total

Predicts the map winner and the total number of rounds played

Example:

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

map_winner/winner_and_range

Predicts the map winner and the winning margin 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_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
}
]
}

first_half_and_map_winner/first_half_and_map_winner

Predicts the winner/draw of the first half and winner of the map

Example:

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

map_winner_maintime/double_chance

Allows betting on two out of three possible results for map winner during the main time

Example:

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

half_rounds_team_score/overunder

Team total rounds won for a half of a map

Example:

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

half_winner/double_chance

Allows betting on two out of three possible results for map half winner

Example:

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

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_overtime/yesno

If the match goes 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 in a game that only has two results (win or loss).

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 number of maps won for a team

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"team": "team1",
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.06,
"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 map

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 happens 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_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": "team2",
"decimalOdd": 1.35,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
}
]
}

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
}
]
}

map_winner/3way

Which team will win the map?

Example:

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

map_winner/2way

Winner of a specific map that can result in two results (win or loss).

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 a certain team wins 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_winner_handicap/2way

The 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_overtime/yesno

If the map goes 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

Which team got 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

Which team gets the first 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_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
}
]
}

Valorant

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
}
]
}

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 in a game that only has two results (win or loss).

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 number of maps won for a team

Example:

{
"marketName": "match_team_score",
"marketType": "overunder",
"specifiers": {
"team": "team1",
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 8,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.06,
"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 map

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": "team2",
"decimalOdd": 1.35,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 8.5,
"tradingStatus": "open",
"won": false
}
]
}

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
}
]
}

map_winner/3way

Which team will win the map?

Example:

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

map_winner/2way

Winner of a specific map that can result in two results (win or loss).

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_winner_handicap/2way

The 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

Which team got 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
}
]
}

LOL

map_hero_kills/overunder

Team total hero kills for a map

Example:

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

match_winner/2way

Winner of a match in a game that only has two results (win or loss).

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 map

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 towers 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

Team that destroys the first 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 specific map that can result in two results (win or loss).

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

Which team kills the first baron 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

Which team gets the first 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_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_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": "even",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills_handicap/2way

Which team got 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
}
]
}

DOTA2

map_hero_kills/overunder

Team total hero kills for a map

Example:

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

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 in a game that only has two results (win or loss).

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 map

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 towers 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

Team that destroys the first 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 specific map that can result in two results (win or loss).

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 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

Which team kills the first 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

Which team gets the first 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": "even",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.87,
"tradingStatus": "open",
"won": false
}
]
}

map_most_kills_handicap/2way

Which team got 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_killed/overunder

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

Example:

{
"marketName": "map_barracks_killed",
"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

Team that kills the first 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
}
]
}