Genius
LOL
match_quadra_kill/2way
Team to score a quadra kill in the match i.e. if a player gets 4 kills in quick succession.
Example:
{
"marketName": "match_quadra_kill",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 3,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2.6,
"tradingStatus": "open",
"won": false
}
]
}
match_penta_kill/2way
Team to score a penta kill in the match i.e. if a player gets 5 kills in quick succession.
Example:
{
"marketName": "match_penta_kill",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 11,
"tradingStatus": "open",
"won": false
}
]
}
map_game_time/overunder
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
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_both_teams_kill_baron/yesno
Market for the event where both teams destroy Baron Nashor in a map.
Example:
{
"marketName": "map_both_teams_kill_baron",
"marketType": "yesno",
"specifiers": {
"mapNumber": 5
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 6,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.125,
"tradingStatus": "open",
"won": false
}
]
}
map_both_teams_kill_dragon/yesno
Market for the event where both teams slay a dragon in a map.
Example:
{
"marketName": "map_both_teams_kill_dragon",
"marketType": "yesno",
"specifiers": {
"mapNumber": 5
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 1.2222,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 4,
"tradingStatus": "open",
"won": false
}
]
}
map_both_teams_destroy_inhibitor/yesno
Market for the event where both teams destroy an inhibitor in a map.
Example:
{
"marketName": "map_both_teams_destroy_inhibitor",
"marketType": "yesno",
"specifiers": {
"mapNumber": 5
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.1,
"tradingStatus": "open",
"won": false
}
]
}
map_winner/3way
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
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
}
]
}
match_winner/3way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 2.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_winner/2way
Winner of a map.
Example:
{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.1,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/overunder
Total kills scored in a map over or under a specific value.
Example:
{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 48.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
}
]
}
map_towers_destroyed/overunder
Total towers destroyed in a map over or under a specific value.
Example:
{
"marketName": "map_towers_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 11.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
}
]
}
map_inhibitors_destroyed/overunder
Total inhibitors destroyed in a map over or under a specific value.
Example:
{
"marketName": "map_inhibitors_destroyed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 5,
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
}
]
}
map_dragons_killed/overunder
Total dragons slain in a map over or under a specific value.
Example:
{
"marketName": "map_dragons_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 5,
"line": 4.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 2.1,
"tradingStatus": "open",
"won": false
}
]
}
map_barons_killed/overunder
Total barons slain in a map over or under a specific value.
Example:
{
"marketName": "map_barons_killed",
"marketType": "overunder",
"specifiers": {
"mapNumber": 4,
"line": 1.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2.1,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
match_winner_handicap/2way
Winner of the match given a specific handicap.
Example:
{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
}
]
}
match_winner/2way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1,
"tradingStatus": "open",
"won": false
}
]
}
DOTA2
match_ultra_kill/2way
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
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
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
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
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
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
}
]
}
match_winner/3way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 2.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_winner/2way
Winner of a map.
Example:
{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.1,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/overunder
Total kills scored in a map over or under a specific value.
Example:
{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 48.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
}
]
}
map_roshans_killed/overunder
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
}
]
}
match_winner_handicap/2way
Winner of the match given a specific handicap.
Example:
{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
}
]
}
match_winner/2way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1,
"tradingStatus": "open",
"won": false
}
]
}
Counter-Strike
map_game_time/overunder
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
}
]
}
map_first_blood/2way
First blood in a map.
Example:
{
"marketName": "map_first_blood",
"marketType": "2way",
"specifiers": {
"mapNumber": 4
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
}
]
}
round_winner/2way
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_overtime/yesno
Market for the event where the map would go into overtime.
Example:
{
"marketName": "map_overtime",
"marketType": "yesno",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "yes",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "no",
"decimalOdd": 1.1,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/evenodd
Market if the total kills in a map would be odd or even.
Example:
{
"marketName": "map_total_kills",
"marketType": "evenodd",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "odd",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
},
{
"outcome": "even",
"decimalOdd": 1.8333,
"tradingStatus": "open",
"won": false
}
]
}
map_second_pistol_round_winner/2way
Winner of the second pistol round of a match.
Example:
{
"marketName": "map_second_pistol_round_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
}
]
}
map_first_pistol_round_winner/2way
Winner of the first pistol round of a match.
Example:
{
"marketName": "map_first_pistol_round_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
}
]
}
map_winner/3way
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
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
}
]
}
match_winner/3way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "3way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 10,
"tradingStatus": "open",
"won": false
},
{
"outcome": "draw",
"decimalOdd": 2.4,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_winner/2way
Winner of a map.
Example:
{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 1
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.1,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6667,
"tradingStatus": "open",
"won": false
}
]
}
map_total_kills/overunder
Total kills scored in a map over or under a specific value.
Example:
{
"marketName": "map_total_kills",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 48.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
}
]
}
map_total_rounds/overunder
Total rounds in a map over or under a specific value.
Example:
{
"marketName": "map_total_rounds",
"marketType": "overunder",
"specifiers": {
"mapNumber": 1,
"line": 21.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 2,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.7273,
"tradingStatus": "open",
"won": false
}
]
}
match_winner_handicap/2way
Winner of the match given a specific handicap.
Example:
{
"marketName": "match_winner_handicap",
"marketType": "2way",
"specifiers": {
"line": -1.5
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 1.05,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 13,
"tradingStatus": "open",
"won": false
}
]
}
match_winner/2way
Winner of the match.
Example:
{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 7,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.1,
"tradingStatus": "open",
"won": false
}
]
}