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/1e254cf7-ee12-4e30-8859-f8285bf688cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e254cf7-ee12-4e30-8859-f8285bf688cc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c03f8c49-b35a-4853-8d1e-d5b3568028e8",
    "completed": true,
    "last_updated": "2022-12-19T10:52:36.736991-05: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/c03f8c49-b35a-4853-8d1e-d5b3568028e8",
    "datetime": "2022-12-17T22:59:00-05:00",
    "cutoff_datetime": "2022-12-17T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 17th 2022",
    "bettypes": [
        {
            "id": "76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e254cf7-ee12-4e30-8859-f8285bf688cc/?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": "87209d0f-de26-4506-b817-6ddcb94420b8",
                    "gambit_id": "b1a83ee2-0e9a-49e8-be87-43db9331e7e7",
                    "last_updated": "2022-12-19T10:52:36.739728-05: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/76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf/?format=api"
                },
                {
                    "id": "c41643e1-5554-4fd5-abba-e0db3312e2d9",
                    "gambit_id": "dd7fdf4a-c4e8-4034-a216-2401a5f91856",
                    "last_updated": "2022-12-19T10:52:36.740809-05: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/76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf/?format=api"
                },
                {
                    "id": "7cc9bb34-5aeb-45a3-bd64-d761daeb5175",
                    "gambit_id": "cc2e7235-798a-4636-ac6e-6f6b2717b2ee",
                    "last_updated": "2022-12-19T10:52:36.741883-05: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/76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf/?format=api"
                },
                {
                    "id": "481b96f0-97e6-407d-b687-1e27fbf76a72",
                    "gambit_id": "41c513b3-2a86-4618-8b6c-226a2691a9bd",
                    "last_updated": "2022-12-19T10:52:36.742936-05: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/76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf/?format=api"
                },
                {
                    "id": "2b129288-c996-46f0-a6d0-1c86a7c8955a",
                    "gambit_id": "c922dc70-4651-4cc8-bf9e-4f455f338888",
                    "last_updated": "2022-12-19T10:52:36.743983-05: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/76fa80d0-4da7-4bc7-8828-b1cee6f1d0cf/?format=api"
                }
            ]
        }
    ]
}