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/1d1ab201-0086-4bb3-91bc-099630051b00/?format=api
{ "id": "1d1ab201-0086-4bb3-91bc-099630051b00", "discount": "0.95", "sb_rate": "1.00", "gambit_id": "d518f5e9-dca1-40b7-9b53-ad21e695e080", "completed": true, "last_updated": "2023-09-18T23:18:08.172876-04:00", "created_at": "2023-09-15T16:03:07.376871-04:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -2.41, "sport_category": "UFC Fight Night", "sport": "Boxing/UFC", "url": "https://app.gambitrewards.com/match/d518f5e9-dca1-40b7-9b53-ad21e695e080", "datetime": "2023-09-16T22:00:00-04:00", "cutoff_datetime": "2023-09-16T22:00:00-04:00", "name": "Christos Giagos v. Daniel Zellhuber", "bettypes": [ { "id": "1b84ae0e-ccec-41d0-a298-3f06757af15d", "match": "https://api-prod.gambitprofit.com/api/matches/1d1ab201-0086-4bb3-91bc-099630051b00/?format=api", "name": "Pick the Winner", "created_at": "2023-09-15T16:03:07.383690-04: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": "Daniel Zellhuber", "amount": 6920.0 }, { "team": "Christos Giagos", "amount": 3080.0 } ], "expected_reward_tokens": 9270.8, "profit_sb": -229.2, "profit_sb_percentage": -2.41, "recommended": false }, "lines": [ { "id": "f35333fb-eb7f-4e2d-84e3-cd3a0a43d2b0", "gambit_id": "404c84ca-4b4b-4ab8-8bfe-d593a36516e7", "last_updated": "2023-09-18T23:18:08.184219-04:00", "created_at": "2023-09-15T16:03:07.394307-04:00", "name": "Daniel Zellhuber", "reward": "1.34000", "odds": "1.35710", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b84ae0e-ccec-41d0-a298-3f06757af15d/?format=api" }, { "id": "510fa09a-b2a0-4856-afdf-e9201a7cfbb9", "gambit_id": "3449dfb8-ff58-4b8a-b4a6-32e724703e00", "last_updated": "2023-09-18T23:18:08.180568-04:00", "created_at": "2023-09-15T16:03:07.388658-04:00", "name": "Christos Giagos", "reward": "3.01000", "odds": "3.10000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b84ae0e-ccec-41d0-a298-3f06757af15d/?format=api" } ] }, { "id": "dcfd19e2-7e09-4e4e-9480-2a519eafdfa6", "match": "https://api-prod.gambitprofit.com/api/matches/1d1ab201-0086-4bb3-91bc-099630051b00/?format=api", "name": "Over/Under", "created_at": "2023-09-15T16:03:07.400207-04: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": "Total Rounds Over 2.5", "amount": 5000.0 }, { "team": "Total Rounds Under 2.5", "amount": 5000.0 } ], "expected_reward_tokens": 9150.0, "profit_sb": -350.0, "profit_sb_percentage": -3.68, "recommended": false }, "lines": [ { "id": "96cbb52f-3900-4eec-ac75-e1439a44731f", "gambit_id": "a434a2bf-b5f7-4fb5-9a10-a64e5ceea608", "last_updated": "2023-09-18T23:18:08.191195-04:00", "created_at": "2023-09-15T16:03:07.404332-04:00", "name": "Total Rounds Over 2.5", "reward": "1.83000", "odds": "1.86960", "spread": "2.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfd19e2-7e09-4e4e-9480-2a519eafdfa6/?format=api" }, { "id": "04b8c575-bd09-4f22-ada5-549b4b0fd45d", "gambit_id": "1a673c5f-8c94-430e-aefe-815e74c7e313", "last_updated": "2023-09-18T23:18:08.194512-04:00", "created_at": "2023-09-15T16:03:07.410152-04:00", "name": "Total Rounds Under 2.5", "reward": "1.83000", "odds": "1.86960", "spread": "2.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfd19e2-7e09-4e4e-9480-2a519eafdfa6/?format=api" } ] } ] }