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/2ca0599a-3a6f-4a43-bf7e-3c1e353c7a86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ca0599a-3a6f-4a43-bf7e-3c1e353c7a86",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "acfb2de4-c8d1-43c5-8cc1-f528b66767c2",
    "completed": true,
    "last_updated": "2022-08-30T09:56:49.799327-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/acfb2de4-c8d1-43c5-8cc1-f528b66767c2",
    "datetime": "2022-08-29T22:59:00-04:00",
    "cutoff_datetime": "2022-08-29T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 29th 2022",
    "bettypes": [
        {
            "id": "196348c4-0021-4ec6-b0d5-98266ed8c5dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/2ca0599a-3a6f-4a43-bf7e-3c1e353c7a86/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "7222ab7b-aaec-4a63-982e-60686f3074dc",
                    "gambit_id": "b7b26c96-abba-4899-85c9-05d7ae12ca6c",
                    "last_updated": "2022-08-30T09:56:49.800226-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.70000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196348c4-0021-4ec6-b0d5-98266ed8c5dc/?format=api"
                },
                {
                    "id": "753797d3-4498-402b-bc76-d502eab8cbe4",
                    "gambit_id": "94155e83-705f-46be-bc9c-2a30f03776a7",
                    "last_updated": "2022-08-30T09:56:49.800689-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196348c4-0021-4ec6-b0d5-98266ed8c5dc/?format=api"
                },
                {
                    "id": "af8a0d5b-4db4-4792-b506-5538b68010d7",
                    "gambit_id": "71c57d53-e23b-4afd-8e86-bd1424ef12f2",
                    "last_updated": "2022-08-30T09:56:49.801178-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196348c4-0021-4ec6-b0d5-98266ed8c5dc/?format=api"
                },
                {
                    "id": "80142a15-0ddb-4855-9d66-639ae4b4f3a7",
                    "gambit_id": "8d3053f5-452d-4a55-b3f5-5c6e2c01fa07",
                    "last_updated": "2022-08-30T09:56:49.801657-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196348c4-0021-4ec6-b0d5-98266ed8c5dc/?format=api"
                },
                {
                    "id": "dcc60dc5-1eed-4b57-9bd3-c08abb350c19",
                    "gambit_id": "9292ca67-edca-483a-99db-73183089a630",
                    "last_updated": "2022-08-30T09:56:49.802087-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196348c4-0021-4ec6-b0d5-98266ed8c5dc/?format=api"
                }
            ]
        }
    ]
}