Skip to main content

RIMBLE

LOL

map_team_towers/overunder

Will team's number of towers destroyed exceed a line in a game?

Example:

{
"marketName": "map_team_towers",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"team": "team2",
"line": 7.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.026,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "under",
"decimalOdd": 1.649,
"tradingStatus": "settled",
"won": false
}
]
}

match_bottom_most_deaths/2way

Which team's bottom will have the most deaths in the entire match?

Example:

{
"marketName": "match_bottom_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.722,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "team2",
"decimalOdd": 2.287,
"tradingStatus": "settled",
"won": false
}
]
}

match_bottom_most_cs/2way

Which team's bottom will have the most cs in the entire match?

Example:

{
"marketName": "match_bottom_most_cs",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.368,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.537,
"tradingStatus": "settled",
"won": true
}
]
}

match_bottom_most_assists/2way

Which team's bottom will have the most assists in the entire match?

Example:

{
"marketName": "match_bottom_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.369,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.286,
"tradingStatus": "settled",
"won": true
}
]
}

match_bottom_most_kills/2way

Which team's bottom will have the most kills in the entire match?

Example:

{
"marketName": "match_bottom_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.793,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.233,
"tradingStatus": "settled",
"won": true
}
]
}

map_total_towers/overunder

Will the total number of towers destroyed exceed X in a game played?

Example:

{
"marketName": "map_total_towers",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 12.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.952,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.716,
"tradingStatus": "settled",
"won": true
}
]
}

map_total_dragons/overunder

Will the total number of dragons captured exceed X in a game played?

Example:

{
"marketName": "map_total_dragons",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.959,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.711,
"tradingStatus": "settled",
"won": true
}
]
}

map_team_dragons/overunder

Will team's number of dragons destroyed exceed a line in a game?

Example:

{
"marketName": "map_team_dragons",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"team": "team2",
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.455,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "under",
"decimalOdd": 2.423,
"tradingStatus": "settled",
"won": false
}
]
}

map_most_barons/2way

Which team will defeat the most barons in a game?

Example:

{
"marketName": "map_most_barons",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.248,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.468,
"tradingStatus": "open",
"won": false
}
]
}

map_top_deaths_role/exact

Which role will have the most deaths in a game?

Example:

{
"marketName": "map_top_deaths_role",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "top",
"decimalOdd": 5.705,
"tradingStatus": "open",
"won": false
},
{
"outcome": "jungle",
"decimalOdd": 2.49,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mid",
"decimalOdd": 9.864,
"tradingStatus": "open",
"won": false
},
{
"outcome": "bottom",
"decimalOdd": 8.474,
"tradingStatus": "open",
"won": false
},
{
"outcome": "support",
"decimalOdd": 2.3,
"tradingStatus": "open",
"won": false
}
]
}

map_top_cs_role/exact

Which role will have the most cs in a game?

Example:

{
"marketName": "map_top_cs_role",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "top",
"decimalOdd": 4.701,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "jungle",
"decimalOdd": 80.501,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "mid",
"decimalOdd": 2.473,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "bottom",
"decimalOdd": 1.698,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "support",
"decimalOdd": 107.333,
"tradingStatus": "suspended",
"won": false
}
]
}

map_top_assists_role/exact

Which role will have the most assists in a game?

Example:

{
"marketName": "map_top_assists_role",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "top",
"decimalOdd": 16.569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "jungle",
"decimalOdd": 3.363,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mid",
"decimalOdd": 8.893,
"tradingStatus": "open",
"won": false
},
{
"outcome": "bottom",
"decimalOdd": 8.706,
"tradingStatus": "open",
"won": false
},
{
"outcome": "support",
"decimalOdd": 1.549,
"tradingStatus": "open",
"won": false
}
]
}

map_top_kills_role/exact

Which role will have the most kills in a game?

Example:

{
"marketName": "map_top_kills_role",
"marketType": "exact",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "top",
"decimalOdd": 2.891,
"tradingStatus": "open",
"won": false
},
{
"outcome": "jungle",
"decimalOdd": 6.365,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mid",
"decimalOdd": 2.781,
"tradingStatus": "open",
"won": false
},
{
"outcome": "bottom",
"decimalOdd": 3.15,
"tradingStatus": "open",
"won": false
},
{
"outcome": "support",
"decimalOdd": 19.751,
"tradingStatus": "open",
"won": false
}
]
}

map_played/yesno

Will there be a game N in the match?

Example:

{
"marketName": "map_played",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 2.373,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.494,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

Which team will win the N map handicap?

Example:

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

match_winner/2way

Which team will win the match?

Example:

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

match_total_kills/overunder

Will the actual number of total kills in the match be over the predicted number of total kills?

Example:

{
"marketName": "match_total_kills",
"marketType": "overunder",
"specifiers": {
"line": 171
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_total_deaths/overunder

Will the actual number of total deaths in the match be over the predicted number of total deaths?

Example:

{
"marketName": "match_total_deaths",
"marketType": "overunder",
"specifiers": {
"line": 159
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
}
]
}

match_total_assists/overunder

Will the actual number of total assists in the match be over the predicted number of total assists?

Example:

{
"marketName": "match_total_assists",
"marketType": "overunder",
"specifiers": {
"line": 423
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_player_most_cs/2way

Which team will have the player with the most cs in the entire match?

Example:

{
"marketName": "match_player_most_cs",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.3934827470044957,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.4240981635006507,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills_player/2way

Which team will have the player with the most kills in the entire match?

Example:

{
"marketName": "match_most_kills_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6714615105746051,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.9167325674043418,
"tradingStatus": "open",
"won": false
}
]
}

match_player_most_deaths/2way

Which team will have the player with the most deaths in the entire match?

Example:

{
"marketName": "match_player_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.755904985434347,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.3207548378772775,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_player/2way

Which team will have the player with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.758521538213308,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.813761227427961,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills/2way

Which team will have the most kills in the entire match?

Example:

{
"marketName": "match_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_most_deaths/2way

Which team will have the most deaths in the entire match?

Example:

{
"marketName": "match_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.550360074706249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.0640205085524428,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists/2way

Which team will have the most assists in the entire match?

Example:

{
"marketName": "match_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.2926555355813738,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.8868468438134975,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

What will be the final scoreline of the match?

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 1.61978090107569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 2.919650446948768,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 8.049810082210117,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 6.414398442698258,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_kills/2way

Which team will have the game with the most kills in the entire match?

Example:

{
"marketName": "match_map_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_deaths/2way

Which team will have the game with the most deaths in the entire match?

Example:

{
"marketName": "match_map_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9796460989976903,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1511170656695409,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_map/2way

Which team will have the game with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.229470733968249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.2611331085411623,
"tradingStatus": "open",
"won": false
}
]
}

map_team_towers_destroyed/overunder

Will team's number of towers destroyed exceed line in a game?

Example:

{
"marketName": "map_team_towers_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team2",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.682562389222385,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9023399609341982,
"tradingStatus": "open",
"won": false
}
]
}

map_team_dragons_killed/overunder

Will team's number of dragons captured exceed line in a game?

Example:

{
"marketName": "map_team_dragons_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team1",
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.597732498667873,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.023828556425869,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Which team will win a map?

Example:

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

map_player_total_kills/overunder

Will player kills exceed line in a game played?

Example:

{
"marketName": "map_player_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 13.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6769544948522976,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9095598208122984,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_deaths/overunder

Will player deaths exceed line in a game played?

Example:

{
"marketName": "map_player_total_deaths",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 15.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8544499008515163,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7218919613116361,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_assists/overunder

Will player assists exceed line in a game played?

Example:

{
"marketName": "map_player_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7524674029217842,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8202470480114539,
"tradingStatus": "open",
"won": false
}
]
}

map_most_towers/2way

Which team will destroy the most towers in a game?

Example:

{
"marketName": "map_most_towers",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.1971477522854101,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.512700979145324,
"tradingStatus": "open",
"won": false
}
]
}

map_most_dragons/2way

Which team will slay the most dragons in a game?

Example:

{
"marketName": "map_most_dragons",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.1971477522854101,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.512700979145324,
"tradingStatus": "open",
"won": false
}
]
}

Valorant

map_played/yesno

Will there be a game N in the match?

Example:

{
"marketName": "map_played",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 2.373,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.494,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

Which team will win the N map handicap?

Example:

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

match_winner/2way

Which team will win the match?

Example:

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

match_total_kills/overunder

Will the actual number of total kills in the match be over the predicted number of total kills?

Example:

{
"marketName": "match_total_kills",
"marketType": "overunder",
"specifiers": {
"line": 171
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_total_deaths/overunder

Will the actual number of total deaths in the match be over the predicted number of total deaths?

Example:

{
"marketName": "match_total_deaths",
"marketType": "overunder",
"specifiers": {
"line": 159
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
}
]
}

match_total_assists/overunder

Will the actual number of total assists in the match be over the predicted number of total assists?

Example:

{
"marketName": "match_total_assists",
"marketType": "overunder",
"specifiers": {
"line": 423
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills_player/2way

Which team will have the player with the most kills in the entire match?

Example:

{
"marketName": "match_most_kills_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6714615105746051,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.9167325674043418,
"tradingStatus": "open",
"won": false
}
]
}

match_player_most_deaths/2way

Which team will have the player with the most deaths in the entire match?

Example:

{
"marketName": "match_player_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.755904985434347,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.3207548378772775,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_player/2way

Which team will have the player with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.758521538213308,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.813761227427961,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills/2way

Which team will have the most kills in the entire match?

Example:

{
"marketName": "match_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_most_deaths/2way

Which team will have the most deaths in the entire match?

Example:

{
"marketName": "match_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.550360074706249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.0640205085524428,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists/2way

Which team will have the most assists in the entire match?

Example:

{
"marketName": "match_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.2926555355813738,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.8868468438134975,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

What will be the final scoreline of the match?

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 1.61978090107569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 2.919650446948768,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 8.049810082210117,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 6.414398442698258,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_kills/2way

Which team will have the game with the most kills in the entire match?

Example:

{
"marketName": "match_map_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_deaths/2way

Which team will have the game with the most deaths in the entire match?

Example:

{
"marketName": "match_map_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9796460989976903,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1511170656695409,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_map/2way

Which team will have the game with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.229470733968249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.2611331085411623,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_handicap/2way

Which team will win the round handicap in a game?

Example:

{
"marketName": "map_winner_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 3,
"line": -2.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.0413010024253118,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.2639135584114474,
"tradingStatus": "suspended",
"won": false
}
]
}

map_winner/2way

Which team will win a map?

Example:

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

map_team_rounds/overunder

Will team's number of round wins exceed a line in a game?

Example:

{
"marketName": "map_team_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team1",
"line": 11.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.0092183117485094,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.6069574714655768,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/overunder

Will the number of rounds exceed line in a game?

Example:

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

map_total_rounds/evenodd

Will there be an even number of rounds in a game?

Example:

{
"marketName": "map_total_rounds",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.9725967419166752,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.6311776399894025,
"tradingStatus": "open",
"won": false
}
]
}

map_team_defender_rounds/overunder

Will team's defender score exceed line in a game?

Example:

{
"marketName": "map_team_defender_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team1",
"line": 6.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5.291763907196665,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.0740825973299695,
"tradingStatus": "open",
"won": false
}
]
}

map_team_attacker_rounds/overunder

Will team's attacker score exceed line in a game?

Example:

{
"marketName": "map_team_attacker_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team2",
"line": 6.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5.291763907196665,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.0740825973299695,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_kills/overunder

Will player kills exceed line in a game played?

Example:

{
"marketName": "map_player_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 13.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6769544948522976,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9095598208122984,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_deaths/overunder

Will player deaths exceed line in a game played?

Example:

{
"marketName": "map_player_total_deaths",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 15.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8544499008515163,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7218919613116361,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_assists/overunder

Will player assists exceed line in a game played?

Example:

{
"marketName": "map_player_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7524674029217842,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8202470480114539,
"tradingStatus": "open",
"won": false
}
]
}

map_overtime/yesno

Will there be an overtime in a game?

Example:

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

DOTA2

map_played/yesno

Will there be a game N in the match?

Example:

{
"marketName": "map_played",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 2.373,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.494,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

Which team will win the N map handicap?

Example:

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

match_winner/2way

Which team will win the match?

Example:

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

match_total_kills/overunder

Will the actual number of total kills in the match be over the predicted number of total kills?

Example:

{
"marketName": "match_total_kills",
"marketType": "overunder",
"specifiers": {
"line": 171
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_total_deaths/overunder

Will the actual number of total deaths in the match be over the predicted number of total deaths?

Example:

{
"marketName": "match_total_deaths",
"marketType": "overunder",
"specifiers": {
"line": 159
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
}
]
}

match_total_assists/overunder

Will the actual number of total assists in the match be over the predicted number of total assists?

Example:

{
"marketName": "match_total_assists",
"marketType": "overunder",
"specifiers": {
"line": 423
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills_player/2way

Which team will have the player with the most kills in the entire match?

Example:

{
"marketName": "match_most_kills_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6714615105746051,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.9167325674043418,
"tradingStatus": "open",
"won": false
}
]
}

match_player_most_deaths/2way

Which team will have the player with the most deaths in the entire match?

Example:

{
"marketName": "match_player_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.755904985434347,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.3207548378772775,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_player/2way

Which team will have the player with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.758521538213308,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.813761227427961,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills/2way

Which team will have the most kills in the entire match?

Example:

{
"marketName": "match_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_most_deaths/2way

Which team will have the most deaths in the entire match?

Example:

{
"marketName": "match_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.550360074706249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.0640205085524428,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists/2way

Which team will have the most assists in the entire match?

Example:

{
"marketName": "match_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.2926555355813738,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.8868468438134975,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

What will be the final scoreline of the match?

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 1.61978090107569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 2.919650446948768,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 8.049810082210117,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 6.414398442698258,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_kills/2way

Which team will have the game with the most kills in the entire match?

Example:

{
"marketName": "match_map_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_deaths/2way

Which team will have the game with the most deaths in the entire match?

Example:

{
"marketName": "match_map_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9796460989976903,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1511170656695409,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_map/2way

Which team will have the game with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.229470733968249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.2611331085411623,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Which team will win a map?

Example:

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

map_player_total_kills/overunder

Will player kills exceed line in a game played?

Example:

{
"marketName": "map_player_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 13.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6769544948522976,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9095598208122984,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_deaths/overunder

Will player deaths exceed line in a game played?

Example:

{
"marketName": "map_player_total_deaths",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 15.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8544499008515163,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7218919613116361,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_assists/overunder

Will player assists exceed line in a game played?

Example:

{
"marketName": "map_player_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7524674029217842,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8202470480114539,
"tradingStatus": "open",
"won": false
}
]
}

Counter-Strike

map_played/yesno

Will there be a game N in the match?

Example:

{
"marketName": "map_played",
"marketType": "yesno",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 2.373,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.494,
"tradingStatus": "open",
"won": false
}
]
}

map_team_assists/overunder

Will the team's number of assists exceed a line in a game?

Example:

{
"marketName": "map_team_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"team": "team2",
"line": 21.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.841,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.822,
"tradingStatus": "settled",
"won": true
}
]
}

map_team_kills/overunder

Will the team's number of kills exceed a line in a game?

Example:

{
"marketName": "map_team_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"team": "team2",
"line": 65.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.845,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.818,
"tradingStatus": "settled",
"won": true
}
]
}

map_player_total_headshots/overunder

Will player headshots exceed line in a game played?

Example:

{
"marketName": "map_player_total_headshots",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"player": "xc",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.375,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.668,
"tradingStatus": "settled",
"won": true
}
]
}

map_top_assists_player/exact

Which player will have the highest assists in a game played?

Example:

{
"marketName": "map_top_assists_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 6.294,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 6.11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 5.511,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 6.81,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 4.995,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7licious",
"decimalOdd": 7.853,
"tradingStatus": "open",
"won": false
},
{
"outcome": "PiggyKiki",
"decimalOdd": 7.357,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mira",
"decimalOdd": 7.853,
"tradingStatus": "open",
"won": false
},
{
"outcome": "EMUHLEET",
"decimalOdd": 9.767,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Ellie",
"decimalOdd": 9.095,
"tradingStatus": "open",
"won": false
}
]
}

map_top_deaths_player/exact

Which player will have the highest deaths in a game played?

Example:

{
"marketName": "map_top_deaths_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 8.174,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 8.013,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 7.361,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 8.174,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 7.857,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7licious",
"decimalOdd": 5.586,
"tradingStatus": "open",
"won": false
},
{
"outcome": "PiggyKiki",
"decimalOdd": 5.982,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mira",
"decimalOdd": 6.158,
"tradingStatus": "open",
"won": false
},
{
"outcome": "EMUHLEET",
"decimalOdd": 6.649,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Ellie",
"decimalOdd": 6.158,
"tradingStatus": "open",
"won": false
}
]
}

map_top_kills_player/exact

Which player will have the highest kills in a game played?

Example:

{
"marketName": "map_top_kills_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 5.72,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 6.627,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 3.804,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 7.206,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 7.206,
"tradingStatus": "open",
"won": false
},
{
"outcome": "7licious",
"decimalOdd": 8.399,
"tradingStatus": "open",
"won": false
},
{
"outcome": "PiggyKiki",
"decimalOdd": 8.227,
"tradingStatus": "open",
"won": false
},
{
"outcome": "mira",
"decimalOdd": 8.399,
"tradingStatus": "open",
"won": false
},
{
"outcome": "EMUHLEET",
"decimalOdd": 8.766,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Ellie",
"decimalOdd": 8.766,
"tradingStatus": "open",
"won": false
}
]
}

map_team_top_assists_player/exact

Which player will have the highest assists in a team in a game played?

Example:

{
"marketName": "map_team_top_assists_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1,
"team": "team2"
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 4.273,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 4.293,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 3.816,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 4.616,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 3.528,
"tradingStatus": "open",
"won": false
}
]
}

map_team_top_deaths_player/exact

Which player will have the highest deaths in a team in a game played?

Example:

{
"marketName": "map_team_top_deaths_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1,
"team": "team2"
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 4.141,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 4.068,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 3.833,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 4.295,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 4.033,
"tradingStatus": "open",
"won": false
}
]
}

map_team_top_kills_player/exact

Which player will have the highest kills in a team in a game played?

Example:

{
"marketName": "map_team_top_kills_player",
"marketType": "exact",
"specifiers": {
"mapNumber": 1,
"team": "team2"
},
"outcomes": [
{
"outcome": "Fawx",
"decimalOdd": 3.91,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Stx",
"decimalOdd": 4.544,
"tradingStatus": "open",
"won": false
},
{
"outcome": "empathy",
"decimalOdd": 2.856,
"tradingStatus": "open",
"won": false
},
{
"outcome": "raven",
"decimalOdd": 4.99,
"tradingStatus": "open",
"won": false
},
{
"outcome": "Serendipity",
"decimalOdd": 4.936,
"tradingStatus": "open",
"won": false
}
]
}

map_top_assists/overunder

Will the highest individual assists be over X in a game?

Example:

{
"marketName": "map_top_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 8.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.495,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "under",
"decimalOdd": 2.364,
"tradingStatus": "settled",
"won": false
}
]
}

map_top_kills/overunder

Will the highest individual kills be over X in a game?

Example:

{
"marketName": "map_top_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 21.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.768,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "under",
"decimalOdd": 1.899,
"tradingStatus": "settled",
"won": false
}
]
}

map_total_assists/overunder

Will the total number of assists exceed X in a game played?

Example:

{
"marketName": "map_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 45.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.799,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.865,
"tradingStatus": "settled",
"won": true
}
]
}

map_total_kills/overunder

Will the total number of kills exceed X in a game played?

Example:

{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 137.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.812,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.851,
"tradingStatus": "settled",
"won": true
}
]
}

map_total_assists/evenodd

Will there be an even number of total assists in a game played?

Example:

{
"marketName": "map_total_assists",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.828,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.835,
"tradingStatus": "settled",
"won": true
}
]
}

map_total_kills/evenodd

Will there be an even number of total kills in a game played?

Example:

{
"marketName": "map_total_kills",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.851,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "odd",
"decimalOdd": 1.812,
"tradingStatus": "settled",
"won": false
}
]
}

map_most_assists/2way

Which team will have the most assists in a game?

Example:

{
"marketName": "map_most_assists",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.765,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.434,
"tradingStatus": "settled",
"won": true
}
]
}

match_winner_handicap/2way

Which team will win the N map handicap?

Example:

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

match_winner/2way

Which team will win the match?

Example:

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

match_total_kills/overunder

Will the actual number of total kills in the match be over the predicted number of total kills?

Example:

{
"marketName": "match_total_kills",
"marketType": "overunder",
"specifiers": {
"line": 171
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_total_deaths/overunder

Will the actual number of total deaths in the match be over the predicted number of total deaths?

Example:

{
"marketName": "match_total_deaths",
"marketType": "overunder",
"specifiers": {
"line": 159
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
}
]
}

match_total_assists/overunder

Will the actual number of total assists in the match be over the predicted number of total assists?

Example:

{
"marketName": "match_total_assists",
"marketType": "overunder",
"specifiers": {
"line": 423
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills_player/2way

Which team will have the player with the most kills in the entire match?

Example:

{
"marketName": "match_most_kills_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6714615105746051,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.9167325674043418,
"tradingStatus": "open",
"won": false
}
]
}

match_player_most_deaths/2way

Which team will have the player with the most deaths in the entire match?

Example:

{
"marketName": "match_player_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.755904985434347,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.3207548378772775,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_player/2way

Which team will have the player with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.758521538213308,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.813761227427961,
"tradingStatus": "open",
"won": false
}
]
}

match_most_kills/2way

Which team will have the most kills in the entire match?

Example:

{
"marketName": "match_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_most_deaths/2way

Which team will have the most deaths in the entire match?

Example:

{
"marketName": "match_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 5.550360074706249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.0640205085524428,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists/2way

Which team will have the most assists in the entire match?

Example:

{
"marketName": "match_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.2926555355813738,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.8868468438134975,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

What will be the final scoreline of the match?

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 1.61978090107569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 2.919650446948768,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 8.049810082210117,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 6.414398442698258,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_kills/2way

Which team will have the game with the most kills in the entire match?

Example:

{
"marketName": "match_map_most_kills",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.13825027884457,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.141496817896239,
"tradingStatus": "open",
"won": false
}
]
}

match_map_most_deaths/2way

Which team will have the game with the most deaths in the entire match?

Example:

{
"marketName": "match_map_most_deaths",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.9796460989976903,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1511170656695409,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_map/2way

Which team will have the game with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.229470733968249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.2611331085411623,
"tradingStatus": "open",
"won": false
}
]
}

map_winner_handicap/2way

Which team will win the round handicap in a game?

Example:

{
"marketName": "map_winner_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 3,
"line": -2.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.0413010024253118,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.2639135584114474,
"tradingStatus": "suspended",
"won": false
}
]
}

map_winner/2way

Which team will win a map?

Example:

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

map_team_rounds/overunder

Will team's number of round wins exceed a line in a game?

Example:

{
"marketName": "map_team_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team1",
"line": 11.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.0092183117485094,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.6069574714655768,
"tradingStatus": "open",
"won": false
}
]
}

map_total_rounds/overunder

Will the number of rounds exceed line in a game?

Example:

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

map_total_rounds/evenodd

Will there be an even number of rounds in a game?

Example:

{
"marketName": "map_total_rounds",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 3
},
"outcomes": [
{
"outcome": "even",
"decimalOdd": 1.9725967419166752,
"tradingStatus": "open",
"won": false
},
{
"outcome": "odd",
"decimalOdd": 1.6311776399894025,
"tradingStatus": "open",
"won": false
}
]
}

map_team_defender_rounds/overunder

Will team's defender score exceed line in a game?

Example:

{
"marketName": "map_team_defender_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team1",
"line": 6.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5.291763907196665,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.0740825973299695,
"tradingStatus": "open",
"won": false
}
]
}

map_team_attacker_rounds/overunder

Will team's attacker score exceed line in a game?

Example:

{
"marketName": "map_team_attacker_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"team": "team2",
"line": 6.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 5.291763907196665,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.0740825973299695,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_kills/overunder

Will player kills exceed line in a game played?

Example:

{
"marketName": "map_player_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 13.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6769544948522976,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9095598208122984,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_deaths/overunder

Will player deaths exceed line in a game played?

Example:

{
"marketName": "map_player_total_deaths",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 15.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8544499008515163,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7218919613116361,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_assists/overunder

Will player assists exceed line in a game played?

Example:

{
"marketName": "map_player_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7524674029217842,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8202470480114539,
"tradingStatus": "open",
"won": false
}
]
}

map_overtime/yesno

Will there be an overtime in a game?

Example:

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

RocketLeague

match_most_shots_player/2way

Which team will have the player with the most shots in the entire match?

Example:

{
"marketName": "match_most_shots_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.3134675508130995,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.7881832272142772,
"tradingStatus": "open",
"won": false
}
]
}

match_most_saves_player/2way

Which team will have the player with the most saves in the entire match?

Example:

{
"marketName": "match_most_saves_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.7468945442677482,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.8262985544795176,
"tradingStatus": "open",
"won": false
}
]
}

match_most_shots/2way

Which team will have the most shots in the entire match?

Example:

{
"marketName": "match_most_shots",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.1909154090714453,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.567481429163102,
"tradingStatus": "open",
"won": false
}
]
}

match_most_saves/2way

Which team will have the most saves in the entire match?

Example:

{
"marketName": "match_most_saves",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6078890577624194,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.007763849722987,
"tradingStatus": "open",
"won": false
}
]
}

match_most_shots_map/2way

Which team will have the game with the most shots in the entire match?

Example:

{
"marketName": "match_most_shots_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.1909154090714453,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.567481429163102,
"tradingStatus": "open",
"won": false
}
]
}

match_most_saves_map/2way

Which team will have the game with the most saves in the entire match?

Example:

{
"marketName": "match_most_saves_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.6078890577624194,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.007763849722987,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_saves/overunder

Will player saves exceed line in a game played?

Example:

{
"marketName": "map_player_total_saves",
"marketType": "overunder",
"specifiers": {
"mapNumber": 5,
"player": "DORITO",
"line": 1
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6408253613267572,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.9586696437975226,
"tradingStatus": "open",
"won": false
}
]
}

map_player_total_goals/overunder

Will player goals exceed line in a game played?

Example:

{
"marketName": "map_player_total_goals",
"marketType": "overunder",
"specifiers": {
"mapNumber": 5,
"player": "DORITO",
"line": 1
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.1367395777991114,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 4.161620134093931,
"tradingStatus": "open",
"won": false
}
]
}

match_winner_handicap/2way

Which team will win the N map handicap?

Example:

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

match_winner/2way

Which team will win the match?

Example:

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

match_total_assists/overunder

Will the actual number of total assists in the match be over the predicted number of total assists?

Example:

{
"marketName": "match_total_assists",
"marketType": "overunder",
"specifiers": {
"line": 423
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 16.666666666666668,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 0.9433962264150942,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_player/2way

Which team will have the player with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_player",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.758521538213308,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.813761227427961,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists/2way

Which team will have the most assists in the entire match?

Example:

{
"marketName": "match_most_assists",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.2926555355813738,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.8868468438134975,
"tradingStatus": "open",
"won": false
}
]
}

match_map_score/exact

What will be the final scoreline of the match?

Example:

{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "2-0",
"decimalOdd": 1.61978090107569,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 2.919650446948768,
"tradingStatus": "open",
"won": false
},
{
"outcome": "0-2",
"decimalOdd": 8.049810082210117,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 6.414398442698258,
"tradingStatus": "open",
"won": false
}
]
}

match_most_assists_map/2way

Which team will have the game with the most assists in the entire match?

Example:

{
"marketName": "match_most_assists_map",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.229470733968249,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.2611331085411623,
"tradingStatus": "open",
"won": false
}
]
}

map_winner/2way

Which team will win a map?

Example:

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

map_player_total_assists/overunder

Will player assists exceed line in a game played?

Example:

{
"marketName": "map_player_total_assists",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"player": "cacan",
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7524674029217842,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8202470480114539,
"tradingStatus": "open",
"won": false
}
]
}