Matches - Instance
Matches can be viewed and edited (when logged in).
Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result.
Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/8fc82502-79af-42e0-9c06-37e964449b28/?format=api
{ "id": "8fc82502-79af-42e0-9c06-37e964449b28", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "5bc1556c-c669-4e26-a418-cfefe3d17cdb", "completed": true, "last_updated": "2022-09-11T21:12:10.852881-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": 0.16, "sport_category": "US MLS", "sport": "Soccer", "url": "https://app.gambitrewards.com/match/5bc1556c-c669-4e26-a418-cfefe3d17cdb", "datetime": "2022-09-10T21:30:00-04:00", "cutoff_datetime": "2022-09-10T21:30:00-04:00", "name": "Real Salt Lake v. DC United", "bettypes": [ { "id": "d3e6c633-68cd-4406-bd45-b8d75d3807db", "match": "https://api-prod.gambitprofit.com/api/matches/8fc82502-79af-42e0-9c06-37e964449b28/?format=api", "name": "Pick the Winner", "created_at": "1969-12-31T19:00:00-05:00", "high_risk": { "possible": false, "description": "There is no line under 1.10 reward" }, "med_risk": { "possible": true, "name": "Med Risk", "bet": [ { "team": "Real Salt Lake", "amount": 7443.0 }, { "team": "Draw", "amount": 2557.0 } ], "expected_reward_tokens": 10790.54, "profit_sb": 1790.54, "profit_sb_percentage": 19.89, "recommended": false }, "no_risk": { "possible": true, "name": "No Risk", "bet": [ { "team": "Real Salt Lake", "amount": 6218.0 }, { "team": "Draw", "amount": 2137.0 }, { "team": "DC United", "amount": 1645.0 } ], "expected_reward_tokens": 9014.6, "profit_sb": 14.6, "profit_sb_percentage": 0.16, "recommended": true }, "lines": [ { "id": "ed7456bc-5839-4c4b-a7be-feb199c37f81", "gambit_id": "aeea3191-15a8-4f4b-9d52-249867d64598", "last_updated": "2022-09-11T21:12:10.859437-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Real Salt Lake", "reward": "1.45000", "odds": "1.50000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e6c633-68cd-4406-bd45-b8d75d3807db/?format=api" }, { "id": "dbb39954-64c2-4bdb-b957-28a64e1915b8", "gambit_id": "f9627f75-1e07-4724-8bc1-e89ad861596d", "last_updated": "2022-09-11T21:12:10.860520-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Draw", "reward": "4.22000", "odds": "4.60000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e6c633-68cd-4406-bd45-b8d75d3807db/?format=api" }, { "id": "781f7552-1e1c-495a-bda7-6be78779634a", "gambit_id": "b02f81e3-45bb-4c36-8396-67607bb2e862", "last_updated": "2022-09-11T21:12:10.858354-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "DC United", "reward": "5.48000", "odds": "6.00000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e6c633-68cd-4406-bd45-b8d75d3807db/?format=api" } ] }, { "id": "6bf786b1-4583-49f4-8c63-6897c16d18d9", "match": "https://api-prod.gambitprofit.com/api/matches/8fc82502-79af-42e0-9c06-37e964449b28/?format=api", "name": "Over/Under", "created_at": "1969-12-31T19:00:00-05:00", "high_risk": { "possible": false, "description": "There is no line under 1.10 reward" }, "med_risk": { "possible": false, "description": "Too few lines to bet on" }, "no_risk": { "possible": true, "name": "No Risk", "bet": [ { "team": "Game Total Over 2.5", "amount": 5838.0 }, { "team": "Game Total Under 2.5", "amount": 4162.0 } ], "expected_reward_tokens": 8989.92, "profit_sb": -10.08, "profit_sb_percentage": -0.11, "recommended": false }, "lines": [ { "id": "090c914b-ba25-47dc-88ef-591c179d362d", "gambit_id": "243c85e5-30d2-4021-8f49-24f339145586", "last_updated": "2022-09-11T21:12:10.856335-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Game Total Over 2.5", "reward": "1.54000", "odds": "1.60000", "spread": "2.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf786b1-4583-49f4-8c63-6897c16d18d9/?format=api" }, { "id": "72592e77-fa04-4ae6-b0cd-741946d9ad1a", "gambit_id": "4416cf57-e363-416f-bbef-11fabafe55b3", "last_updated": "2022-09-11T21:12:10.855310-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Game Total Under 2.5", "reward": "2.16000", "odds": "2.30000", "spread": "2.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf786b1-4583-49f4-8c63-6897c16d18d9/?format=api" } ] } ] }