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/a25e8952-5323-4758-81f7-99b463d2579c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a25e8952-5323-4758-81f7-99b463d2579c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "33654e0b-c052-4b2d-9265-32695d37eb22",
    "completed": true,
    "last_updated": "2022-09-25T21:37:27.040210-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/33654e0b-c052-4b2d-9265-32695d37eb22",
    "datetime": "2022-09-24T22:59:00-04:00",
    "cutoff_datetime": "2022-09-24T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 24th 2022",
    "bettypes": [
        {
            "id": "24c6ee0e-aa82-4b98-84c6-0a7075a283cc",
            "match": "https://api-prod.gambitprofit.com/api/matches/a25e8952-5323-4758-81f7-99b463d2579c/?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": "4301deec-0867-44f1-a576-7b353933da1a",
                    "gambit_id": "1833c408-57df-4826-acd2-acb17b1a57e7",
                    "last_updated": "2022-09-25T21:37:27.043036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c6ee0e-aa82-4b98-84c6-0a7075a283cc/?format=api"
                },
                {
                    "id": "49149b3e-2323-4f0a-8a79-07279d8a0e81",
                    "gambit_id": "3b0dc9e7-1665-42b6-b46b-f4af6d18c468",
                    "last_updated": "2022-09-25T21:37:27.045143-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c6ee0e-aa82-4b98-84c6-0a7075a283cc/?format=api"
                },
                {
                    "id": "9f90ea72-622b-40e0-b5dd-d36d32cc69f5",
                    "gambit_id": "442ea870-e8f8-4596-92f9-823793d0c9e9",
                    "last_updated": "2022-09-25T21:37:27.044170-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c6ee0e-aa82-4b98-84c6-0a7075a283cc/?format=api"
                },
                {
                    "id": "55f4dc0c-763b-44a1-9d09-ecf063ecd31d",
                    "gambit_id": "9db555d2-dfe3-48f7-a1e4-4066d33f620f",
                    "last_updated": "2022-09-25T21:37:27.047131-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c6ee0e-aa82-4b98-84c6-0a7075a283cc/?format=api"
                },
                {
                    "id": "6d82582f-7bb4-4d16-a3a3-9cc1d97883f4",
                    "gambit_id": "ae18b517-0563-4f7b-ba36-c023d87d16ae",
                    "last_updated": "2022-09-25T21:37:27.046158-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c6ee0e-aa82-4b98-84c6-0a7075a283cc/?format=api"
                }
            ]
        }
    ]
}