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/a0e91471-3ce8-4f35-8050-d68f61d9bb94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0e91471-3ce8-4f35-8050-d68f61d9bb94",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c4fad705-c4c2-4f8f-ae52-e75c683c950c",
    "completed": true,
    "last_updated": "2023-08-29T09:32:56.657095-04:00",
    "created_at": "2023-08-26T11:28:22.668267-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/c4fad705-c4c2-4f8f-ae52-e75c683c950c",
    "datetime": "2023-08-26T22:59:00-04:00",
    "cutoff_datetime": "2023-08-26T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 26th 2023",
    "bettypes": [
        {
            "id": "2967e09b-0e3a-4d31-af0f-fe328fccd225",
            "match": "https://api-prod.gambitprofit.com/api/matches/a0e91471-3ce8-4f35-8050-d68f61d9bb94/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-26T11:28:22.676706-04: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": "05ab8643-e6b5-431f-bca5-5c6ec2a997ee",
                    "gambit_id": "e033c51f-55da-49d8-9a1c-34e6ade915d5",
                    "last_updated": "2023-08-29T09:32:56.692367-04:00",
                    "created_at": "2023-08-26T11:28:22.721213-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2967e09b-0e3a-4d31-af0f-fe328fccd225/?format=api"
                },
                {
                    "id": "22742586-3da1-49a7-87a9-70730c3dbd71",
                    "gambit_id": "39aa102d-c99a-4459-9047-7b936d654e95",
                    "last_updated": "2023-08-29T09:32:56.672930-04:00",
                    "created_at": "2023-08-26T11:28:22.693354-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2967e09b-0e3a-4d31-af0f-fe328fccd225/?format=api"
                },
                {
                    "id": "566924a8-bf18-4e71-8d03-bfaf878a7528",
                    "gambit_id": "a2e1160c-f7f0-4afb-ae55-266e5da94297",
                    "last_updated": "2023-08-29T09:32:56.677293-04:00",
                    "created_at": "2023-08-26T11:28:22.698241-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2967e09b-0e3a-4d31-af0f-fe328fccd225/?format=api"
                },
                {
                    "id": "819ca7cb-d41c-4e11-8796-df73c2ba0646",
                    "gambit_id": "45ce14c6-b53f-4ceb-9702-edae9a8cf2ee",
                    "last_updated": "2023-08-29T09:32:56.683709-04:00",
                    "created_at": "2023-08-26T11:28:22.705793-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2967e09b-0e3a-4d31-af0f-fe328fccd225/?format=api"
                },
                {
                    "id": "f3e55c08-a5dd-4c08-9afb-de7ebb32bfc2",
                    "gambit_id": "d1920df9-90e5-492c-8745-97ee23fe712a",
                    "last_updated": "2023-08-29T09:32:56.687730-04:00",
                    "created_at": "2023-08-26T11:28:22.716651-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2967e09b-0e3a-4d31-af0f-fe328fccd225/?format=api"
                }
            ]
        }
    ]
}