DOTA2
match_winner_handicap/2way
Providers: RIMBLE, Genius
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
Providers: RIMBLE, AGGREGATED FEED 1, Genius
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE, AGGREGATED FEED 1
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE, AGGREGATED FEED 1, Genius
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
Providers: RIMBLE
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
Providers: RIMBLE
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
Providers: RIMBLE
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_kills_handicap/2way
Providers: AGGREGATED FEED 1
Which team got the most kills on a map given a specific handicap.
Example:
{
"marketName": "map_most_kills_handicap",
"marketType": "2way",
"specifiers": {
"mapNumber": 1,
"line": -9.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.95,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.77,
"tradingStatus": "settled",
"won": true
}
]
}
map_first_roshan/2way
Providers: AGGREGATED FEED 1
Which team will kill the first Roshan on the map.
Example:
{
"marketName": "map_first_roshan",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.69,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.08,
"tradingStatus": "settled",
"won": true
}
]
}
map_towers_destroyed/overunder
Providers: AGGREGATED FEED 1
Whether the total number of towers destroyed on the map will be over or under a specified threshold.
Example:
{
"marketName": "map_towers_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 12.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.51,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.46,
"tradingStatus": "open",
"won": false
}
]
}
map_total_time/overunder
Providers: AGGREGATED FEED 1
Whether the total game time for a map will be over or under specific seconds.
Example:
{
"marketName": "map_total_time",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": "32:00"
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.67,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.1,
"tradingStatus": "settled",
"won": true
}
]
}
match_total_maps/overunder
Providers: AGGREGATED FEED 1
Whether the total number of maps in the match will be over or under a specified threshold.
Example:
{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.88,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/overunder
Providers: AGGREGATED FEED 1, Genius
Whether the total number of kills on the map will be over or under a specified threshold.
Example:
{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 29.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.29,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.57,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/evenodd
Providers: AGGREGATED FEED 1
Whether the total kills on the map will end as an even or odd number.
Example:
{
"marketName": "map_total_kills",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "odd",
"decimalOdd": 1.86,
"tradingStatus": "open",
"won": false
},
{
"outcome": "even",
"decimalOdd": 1.86,
"tradingStatus": "open",
"won": false
}
]
}
match_winner/3way
Providers: AGGREGATED FEED 1, Genius
Which team will win the match, with the possibility of a draw.
Example:
{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.84,
"tradingStatus": "settled",
"won": true
},
{
"outcome": "draw",
"decimalOdd": 1.91,
"tradingStatus": "settled",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 4.45,
"tradingStatus": "settled",
"won": false
}
]
}
map_first_blood/2way
Providers: AGGREGATED FEED 1
Which team will get the first kill on the map.
Example:
{
"marketName": "map_first_blood",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.91,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.81,
"tradingStatus": "open",
"won": false
}
]
}
match_ultra_kill/2way
Providers: Genius
Team to score an ultra kill in the match i.e. if a player gets 4 kills in quick succession.
Example:
{
"marketName": "match_ultra_kill",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3.5,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 3.75,
"tradingStatus": "open",
"won": false
}
]
}
match_rampage/2way
Providers: Genius
Team to score rampage kills in the match i.e. if a player gets 5+ kills in quick succession.
Example:
{
"marketName": "match_rampage",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 9,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
}
]
}
map_game_time/overunder
Providers: Genius
Total time of a map over or under a specific value.
Example:
{
"marketName": "map_game_time",
"marketType": "overunder",
"specifiers": {
"mapNumber": 3,
"line": 38
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
}
]
}
round_winner/2way
Providers: Genius
Winner of a round of a map.
Example:
{
"marketName": "round_winner",
"marketType": "2way",
"specifiers": {
"roundNumber": 13,
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1,
"tradingStatus": "suspended",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1,
"tradingStatus": "suspended",
"won": false
}
]
}
map_winner/3way
Providers: Genius
Winner of a map.
Example:
{
"marketName": "map_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 26,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 26,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 26,
"tradingStatus": "open",
"won": false
}
]
}
map_most_kills/3way
Providers: Genius
Most kills in a map.
Example:
{
"marketName": "map_most_kills",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.5714,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 19,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.4,
"tradingStatus": "open",
"won": false
}
]
}
map_roshans_killed/overunder
Providers: Genius
Total roshans slain in a map over or under a specific value.
Example:
{
"marketName": "map_roshans_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.625,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.4444,
"tradingStatus": "open",
"won": false
}
]
}