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/3517780f-9006-46fb-a7ed-76ad13ccb27c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3517780f-9006-46fb-a7ed-76ad13ccb27c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b68be4c6-4d14-41f7-bb83-97970ebb5bc0",
    "completed": true,
    "last_updated": "2023-10-05T09:18:19.229978-04:00",
    "created_at": "2023-10-03T10:18:11.786692-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/b68be4c6-4d14-41f7-bb83-97970ebb5bc0",
    "datetime": "2023-10-04T22:59:00-04:00",
    "cutoff_datetime": "2023-10-04T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 4th 2023",
    "bettypes": [
        {
            "id": "a6a63f34-eafc-4374-b3c9-e492854a88db",
            "match": "https://api-prod.gambitprofit.com/api/matches/3517780f-9006-46fb-a7ed-76ad13ccb27c/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-03T10:18:11.798729-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": "51c44267-67bd-49bd-a253-92834105980c",
                    "gambit_id": "388f2be1-3855-4ae4-84b9-f9c940521f4a",
                    "last_updated": "2023-10-05T09:18:19.256051-04:00",
                    "created_at": "2023-10-03T10:18:11.865569-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a63f34-eafc-4374-b3c9-e492854a88db/?format=api"
                },
                {
                    "id": "64af0d68-c16d-4713-b997-671eabdab49b",
                    "gambit_id": "e685c56a-0cf7-4c9f-ba23-1ad23baa5d36",
                    "last_updated": "2023-10-05T09:18:19.252677-04:00",
                    "created_at": "2023-10-03T10:18:11.860810-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a63f34-eafc-4374-b3c9-e492854a88db/?format=api"
                },
                {
                    "id": "4ed4e677-0784-4c0f-9513-26834083a9fa",
                    "gambit_id": "9440efd3-2f5b-41d6-8946-b592e4269739",
                    "last_updated": "2023-10-05T09:18:19.242361-04:00",
                    "created_at": "2023-10-03T10:18:11.818111-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a63f34-eafc-4374-b3c9-e492854a88db/?format=api"
                },
                {
                    "id": "e7a8ce99-b0ad-4cbe-91ee-a72847d32371",
                    "gambit_id": "6010692f-1f1b-4fcc-9600-884f41669974",
                    "last_updated": "2023-10-05T09:18:19.245888-04:00",
                    "created_at": "2023-10-03T10:18:11.833855-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a63f34-eafc-4374-b3c9-e492854a88db/?format=api"
                },
                {
                    "id": "b8b974b9-2094-47d1-bac6-470b1c659d2a",
                    "gambit_id": "0fa4c8b0-e988-455e-a749-e702f3923ad0",
                    "last_updated": "2023-10-05T09:18:19.249233-04:00",
                    "created_at": "2023-10-03T10:18:11.842126-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a63f34-eafc-4374-b3c9-e492854a88db/?format=api"
                }
            ]
        }
    ]
}