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/67f775ca-7501-4be3-b9bf-89fabd207341/?format=api
{ "id": "67f775ca-7501-4be3-b9bf-89fabd207341", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "734804e4-b12c-418d-a20e-90bd5d8638f5", "completed": true, "last_updated": "2023-01-09T10:06:47.655920-05:00", "created_at": "2023-01-05T09:57:12.389105-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -0.87, "sport_category": "NFL", "sport": "American Football", "url": "https://app.gambitrewards.com/match/734804e4-b12c-418d-a20e-90bd5d8638f5", "datetime": "2023-01-08T13:00:00-05:00", "cutoff_datetime": "2023-01-08T13:00:00-05:00", "name": "Tampa Bay Buccaneers v. Atlanta Falcons", "bettypes": [ { "id": "f87f84d1-9410-482e-8d81-2bbeba55bd24", "match": "https://api-prod.gambitprofit.com/api/matches/67f775ca-7501-4be3-b9bf-89fabd207341/?format=api", "name": "Play the Odds", "created_at": "2023-01-05T09:57:12.390703-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": "Atlanta Falcons", "amount": 5098.0 }, { "team": "Tampa Bay Buccaneers", "amount": 4902.0 } ], "expected_reward_tokens": 8921.5, "profit_sb": -78.5, "profit_sb_percentage": -0.87, "recommended": false }, "lines": [ { "id": "ac900284-975b-4764-9401-9c266644b18a", "gambit_id": "ebc3b75b-2c8c-4b62-829e-953aa1c4ac46", "last_updated": "2023-01-09T10:06:47.658485-05:00", "created_at": "2023-01-05T09:57:12.391914-05:00", "name": "Atlanta Falcons", "reward": "1.75000", "odds": "1.86960", "spread": "-3.00", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87f84d1-9410-482e-8d81-2bbeba55bd24/?format=api" }, { "id": "b0681b0e-a447-4e27-9b4c-4df1994e30b6", "gambit_id": "a6adbb4d-0745-4ab0-915a-e0a01d4caf77", "last_updated": "2023-01-09T10:06:47.659581-05:00", "created_at": "2023-01-05T09:57:12.393175-05:00", "name": "Tampa Bay Buccaneers", "reward": "1.82000", "odds": "1.95240", "spread": "3.00", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87f84d1-9410-482e-8d81-2bbeba55bd24/?format=api" } ] } ] }