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/cecea56f-aa0d-4bcb-b442-9e08701f4a2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cecea56f-aa0d-4bcb-b442-9e08701f4a2d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4a413bf0-64f6-41f1-b56e-763267abbc44",
    "completed": true,
    "last_updated": "2023-08-11T11:08:13.600761-04:00",
    "created_at": "2023-08-07T08:33:01.551072-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/4a413bf0-64f6-41f1-b56e-763267abbc44",
    "datetime": "2023-08-07T22:59:00-04:00",
    "cutoff_datetime": "2023-08-07T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 7th 2023",
    "bettypes": [
        {
            "id": "10e891c7-0570-4a43-aa6a-8d1b2bcf74b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/cecea56f-aa0d-4bcb-b442-9e08701f4a2d/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-07T08:33:01.561562-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": "583ee487-ea2c-41a6-9b89-bc7e331b10c9",
                    "gambit_id": "6b81613a-ad6b-4483-839f-323a051f83b4",
                    "last_updated": "2023-08-11T11:08:13.643245-04:00",
                    "created_at": "2023-08-07T08:33:01.585949-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e891c7-0570-4a43-aa6a-8d1b2bcf74b4/?format=api"
                },
                {
                    "id": "68e33946-aa1b-4aab-892d-bda2cb55f165",
                    "gambit_id": "701cb609-c7be-437e-a688-dae0d506abb9",
                    "last_updated": "2023-08-11T11:08:13.617314-04:00",
                    "created_at": "2023-08-07T08:33:01.572834-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e891c7-0570-4a43-aa6a-8d1b2bcf74b4/?format=api"
                },
                {
                    "id": "83c1e455-e792-4f1d-bd07-bf9f8ffb66a2",
                    "gambit_id": "ee454fb9-6d3d-4e3b-9819-0dd377498023",
                    "last_updated": "2023-08-11T11:08:13.627402-04:00",
                    "created_at": "2023-08-07T08:33:01.577442-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e891c7-0570-4a43-aa6a-8d1b2bcf74b4/?format=api"
                },
                {
                    "id": "e01095db-6e7a-43ed-97e9-603a701e91f6",
                    "gambit_id": "f3ba5b14-91c5-4dd0-a6cd-db778e0a5c03",
                    "last_updated": "2023-08-11T11:08:13.635465-04:00",
                    "created_at": "2023-08-07T08:33:01.581825-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e891c7-0570-4a43-aa6a-8d1b2bcf74b4/?format=api"
                },
                {
                    "id": "a1d5cd57-7094-4263-9ae5-e875b31b4504",
                    "gambit_id": "8087a451-ad36-4f3f-8981-172179113f21",
                    "last_updated": "2023-08-11T11:08:13.613693-04:00",
                    "created_at": "2023-08-07T08:33:01.567783-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e891c7-0570-4a43-aa6a-8d1b2bcf74b4/?format=api"
                }
            ]
        }
    ]
}