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/b5f8736e-c24e-4b64-8a5d-d81a59522251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f8736e-c24e-4b64-8a5d-d81a59522251",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f2debf78-2fcb-4f7b-b97b-9a25a7abecf8",
    "completed": true,
    "last_updated": "2023-08-01T11:13:25.411868-04:00",
    "created_at": "2023-07-31T14:43:08.974510-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/f2debf78-2fcb-4f7b-b97b-9a25a7abecf8",
    "datetime": "2023-07-31T22:59:00-04:00",
    "cutoff_datetime": "2023-07-31T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 31st 2023",
    "bettypes": [
        {
            "id": "2570251f-9d78-4795-aa82-88fed53bf0f5",
            "match": "https://api-prod.gambitprofit.com/api/matches/b5f8736e-c24e-4b64-8a5d-d81a59522251/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-31T14:43:08.985923-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": "cf8643d9-cf21-4c1d-8555-54fe2820e3bc",
                    "gambit_id": "125e15e2-cb68-4ea9-af25-df66ed2f8688",
                    "last_updated": "2023-08-01T11:13:25.443817-04:00",
                    "created_at": "2023-07-31T14:43:09.014438-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2570251f-9d78-4795-aa82-88fed53bf0f5/?format=api"
                },
                {
                    "id": "212fb6ed-4c76-492c-acb5-2332b94fe653",
                    "gambit_id": "2f5a397b-befb-44af-bdeb-1a26c160a45c",
                    "last_updated": "2023-08-01T11:13:25.427015-04:00",
                    "created_at": "2023-07-31T14:43:08.991949-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2570251f-9d78-4795-aa82-88fed53bf0f5/?format=api"
                },
                {
                    "id": "5df96fe4-af45-4bdb-94e4-5ffb0076c4ce",
                    "gambit_id": "e2bf27dd-f7f8-4ceb-bd04-fab2f3ddfddd",
                    "last_updated": "2023-08-01T11:13:25.431211-04:00",
                    "created_at": "2023-07-31T14:43:08.998864-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2570251f-9d78-4795-aa82-88fed53bf0f5/?format=api"
                },
                {
                    "id": "850e30f7-0174-4699-89a1-0341938edd93",
                    "gambit_id": "a250ae4a-fc30-4308-9ec9-a2bdab4d9f38",
                    "last_updated": "2023-08-01T11:13:25.439241-04:00",
                    "created_at": "2023-07-31T14:43:09.009544-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2570251f-9d78-4795-aa82-88fed53bf0f5/?format=api"
                },
                {
                    "id": "61edcac6-a96f-455f-a364-14a7bc957f67",
                    "gambit_id": "f7ac3a4c-3f83-43fc-9232-f4e9c66bf50d",
                    "last_updated": "2023-08-01T11:13:25.435408-04:00",
                    "created_at": "2023-07-31T14:43:09.004277-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2570251f-9d78-4795-aa82-88fed53bf0f5/?format=api"
                }
            ]
        }
    ]
}