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/3ca2eb61-d4d6-424e-847b-4f676e1154ab/?format=api
{ "id": "3ca2eb61-d4d6-424e-847b-4f676e1154ab", "discount": "0.95", "sb_rate": "1.00", "gambit_id": "26491a7c-6357-4f31-b5fe-be9f5ff2852a", "completed": true, "last_updated": "2023-06-12T18:53:17.318358-04:00", "created_at": "2023-06-10T10:42:58.961680-04:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -1.82, "sport_category": "ATP French Open", "sport": "Tennis", "url": "https://app.gambitrewards.com/match/26491a7c-6357-4f31-b5fe-be9f5ff2852a", "datetime": "2023-06-11T09:00:00-04:00", "cutoff_datetime": "2023-06-11T09:00:00-04:00", "name": "Novak Djokovic v. Casper Ruud", "bettypes": [ { "id": "3a928faf-b0d5-4233-9c6e-a6a54e992d72", "match": "https://api-prod.gambitprofit.com/api/matches/3ca2eb61-d4d6-424e-847b-4f676e1154ab/?format=api", "name": "Pick the Winner", "created_at": "2023-06-10T10:42:58.965251-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": "Novak Djokovic", "amount": 7972.0 }, { "team": "Casper Ruud", "amount": 2028.0 } ], "expected_reward_tokens": 9327.24, "profit_sb": -172.76, "profit_sb_percentage": -1.82, "recommended": false }, "lines": [ { "id": "41ba3cc2-ff97-4209-9a22-728b320519ea", "gambit_id": "a9b71624-804b-45e9-8023-7f4707a469b2", "last_updated": "2023-06-12T18:53:17.323289-04:00", "created_at": "2023-06-10T10:42:58.968384-04:00", "name": "Novak Djokovic", "reward": "1.17000", "odds": "1.18000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a928faf-b0d5-4233-9c6e-a6a54e992d72/?format=api" }, { "id": "9cae8966-3def-4d7c-a98d-39ad31206c63", "gambit_id": "dd1d6eb0-1fdd-4e7d-a95e-404db8e53c03", "last_updated": "2023-06-12T18:53:17.325614-04:00", "created_at": "2023-06-10T10:42:58.971217-04:00", "name": "Casper Ruud", "reward": "4.60000", "odds": "4.75000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a928faf-b0d5-4233-9c6e-a6a54e992d72/?format=api" } ] } ] }