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/fc3c1bf3-4b80-404e-9c53-8ff73e1a236e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc3c1bf3-4b80-404e-9c53-8ff73e1a236e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "17b23b95-5488-4c4c-b365-4e25a696fd70",
    "completed": true,
    "last_updated": "2022-08-07T22:27:00.437479-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/17b23b95-5488-4c4c-b365-4e25a696fd70",
    "datetime": "2022-08-06T22:59:00-04:00",
    "cutoff_datetime": "2022-08-06T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 6th 2022",
    "bettypes": [
        {
            "id": "d5d5d058-4bee-4923-bb18-2e326521fd79",
            "match": "https://api-prod.gambitprofit.com/api/matches/fc3c1bf3-4b80-404e-9c53-8ff73e1a236e/?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": "88fe54c2-ef83-4d98-b094-0bb5b61dec42",
                    "gambit_id": "06ee9e72-83a8-4f05-a663-36308aeac870",
                    "last_updated": "2022-08-07T22:27:00.438414-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.73000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d5d058-4bee-4923-bb18-2e326521fd79/?format=api"
                },
                {
                    "id": "acc18e1f-e904-4673-a666-1a94b4ec2d3a",
                    "gambit_id": "08807b9b-948c-4bb2-9ef3-e380f3caa0d3",
                    "last_updated": "2022-08-07T22:27:00.439679-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d5d058-4bee-4923-bb18-2e326521fd79/?format=api"
                },
                {
                    "id": "9e2f559a-6403-486b-9b2c-0c83e57227db",
                    "gambit_id": "086971cc-b931-48cd-b075-4ab53876e16c",
                    "last_updated": "2022-08-07T22:27:00.439288-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d5d058-4bee-4923-bb18-2e326521fd79/?format=api"
                },
                {
                    "id": "abe52378-fced-4d8e-8bd3-76743d12af40",
                    "gambit_id": "0b4c1d97-4614-4e51-9bff-439e38536bf7",
                    "last_updated": "2022-08-07T22:27:00.440058-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d5d058-4bee-4923-bb18-2e326521fd79/?format=api"
                },
                {
                    "id": "af30e3ee-01c0-4a8c-a9f2-12efa14d82e9",
                    "gambit_id": "e9089602-01bc-4732-9352-61d58b023dd0",
                    "last_updated": "2022-08-07T22:27:00.438899-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d5d058-4bee-4923-bb18-2e326521fd79/?format=api"
                }
            ]
        }
    ]
}