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/507770bd-f552-4c72-9e9b-2d2728fb7592/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "507770bd-f552-4c72-9e9b-2d2728fb7592",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7f2e8420-387d-4983-b733-437793ef3067",
    "completed": true,
    "last_updated": "2024-01-23T18:33:35.187731-05:00",
    "created_at": "2024-01-20T05:38:18.275667-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/7f2e8420-387d-4983-b733-437793ef3067",
    "datetime": "2024-01-20T22:59:00-05:00",
    "cutoff_datetime": "2024-01-20T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 20th 2024",
    "bettypes": [
        {
            "id": "d77269d0-f462-4ed4-b960-965b40d92d51",
            "match": "https://api-prod.gambitprofit.com/api/matches/507770bd-f552-4c72-9e9b-2d2728fb7592/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-20T05:38:18.288647-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": "c29faa2e-b6ec-48db-b20c-be5c7a423092",
                    "gambit_id": "2e7fb827-7eff-4e37-b1da-9904c5614314",
                    "last_updated": "2024-01-23T18:33:35.199434-05:00",
                    "created_at": "2024-01-20T05:38:18.297163-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77269d0-f462-4ed4-b960-965b40d92d51/?format=api"
                },
                {
                    "id": "9bdf564a-4ad1-4df5-8a87-4d0b424942ff",
                    "gambit_id": "38530ced-b302-43bc-b63f-2e7727138c44",
                    "last_updated": "2024-01-23T18:33:35.196203-05:00",
                    "created_at": "2024-01-20T05:38:18.292923-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77269d0-f462-4ed4-b960-965b40d92d51/?format=api"
                },
                {
                    "id": "c32c1bd0-d702-43f5-878e-3a3d423cbf3b",
                    "gambit_id": "82833a8d-2ed5-4d6b-b556-a8091e688d64",
                    "last_updated": "2024-01-23T18:33:35.202636-05:00",
                    "created_at": "2024-01-20T05:38:18.301315-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77269d0-f462-4ed4-b960-965b40d92d51/?format=api"
                },
                {
                    "id": "3f17e4dc-c794-470d-a3f4-0f56f8f409fc",
                    "gambit_id": "502b0b02-2900-4f07-948d-e6b07053ad60",
                    "last_updated": "2024-01-23T18:33:35.205750-05:00",
                    "created_at": "2024-01-20T05:38:18.304786-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77269d0-f462-4ed4-b960-965b40d92d51/?format=api"
                },
                {
                    "id": "176c6f81-1f5e-4c37-92dc-79ae94dd2fe0",
                    "gambit_id": "eec07376-dbbd-4bcb-ac3c-3522ed7b45b6",
                    "last_updated": "2024-01-23T18:33:35.209061-05:00",
                    "created_at": "2024-01-20T05:38:18.308934-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77269d0-f462-4ed4-b960-965b40d92d51/?format=api"
                }
            ]
        }
    ]
}