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/e586b4bb-e399-49a7-8bc2-227d92cd27fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e586b4bb-e399-49a7-8bc2-227d92cd27fb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fa2c0bec-702a-436e-b897-067e5b714399",
    "completed": true,
    "last_updated": "2022-08-23T09:56:55.601373-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/fa2c0bec-702a-436e-b897-067e5b714399",
    "datetime": "2022-08-22T22:59:00-04:00",
    "cutoff_datetime": "2022-08-22T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 22nd 2022",
    "bettypes": [
        {
            "id": "7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d",
            "match": "https://api-prod.gambitprofit.com/api/matches/e586b4bb-e399-49a7-8bc2-227d92cd27fb/?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": "801a2571-9db2-451d-bde1-dbc58ae6770f",
                    "gambit_id": "34b85cf6-f13c-432d-85e6-fb0b09150463",
                    "last_updated": "2022-08-23T09:56:55.602391-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/7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d/?format=api"
                },
                {
                    "id": "5f6c9f38-a08f-4558-8d1f-d51dc7ff44e6",
                    "gambit_id": "55008885-a90e-4261-8161-511080f238de",
                    "last_updated": "2022-08-23T09:56:55.602871-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/7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d/?format=api"
                },
                {
                    "id": "2ff3096b-8b90-4ef4-b005-e847da49d5cc",
                    "gambit_id": "37c9e178-cc6a-4b6a-b700-5e00923ffeab",
                    "last_updated": "2022-08-23T09:56:55.603901-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/7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d/?format=api"
                },
                {
                    "id": "f6537c23-2dde-4b74-bdf5-006b0f680d72",
                    "gambit_id": "30ed3a66-4d7d-43c4-b502-0cbd5d11243b",
                    "last_updated": "2022-08-23T09:56:55.603404-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/7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d/?format=api"
                },
                {
                    "id": "9248214d-294b-44ef-81a6-bc1247fff363",
                    "gambit_id": "3b0c4687-0fcf-40a8-aab2-89a362c223c1",
                    "last_updated": "2022-08-23T09:56:55.604289-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/7c90ba2c-8d59-4e0e-b54c-e7a16c9f034d/?format=api"
                }
            ]
        }
    ]
}