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/012f6895-d9af-43b0-872f-4ab8106d9a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "012f6895-d9af-43b0-872f-4ab8106d9a04",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1198ee92-d957-4e5c-9012-8192d0dff9a5",
    "completed": true,
    "last_updated": "2024-02-01T10:58:04.069840-05:00",
    "created_at": "2024-01-30T09:13:10.689163-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/1198ee92-d957-4e5c-9012-8192d0dff9a5",
    "datetime": "2024-01-31T22:59:00-05:00",
    "cutoff_datetime": "2024-01-31T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 31st 2024",
    "bettypes": [
        {
            "id": "a2a96c27-8e78-4d69-a13a-4b8a1357fcd3",
            "match": "https://api-prod.gambitprofit.com/api/matches/012f6895-d9af-43b0-872f-4ab8106d9a04/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-30T09:13:10.700261-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": "3f3f7008-7ba4-4117-968b-b12a92f174bd",
                    "gambit_id": "b5499fc7-42e6-4573-9995-e00131d0da4f",
                    "last_updated": "2024-02-01T10:58:04.099654-05:00",
                    "created_at": "2024-01-30T09:13:10.725165-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a96c27-8e78-4d69-a13a-4b8a1357fcd3/?format=api"
                },
                {
                    "id": "4d1c6bbb-ce13-4564-a10f-d40123a76454",
                    "gambit_id": "c1dc2a25-5c50-4401-b0d1-84c3537dc92e",
                    "last_updated": "2024-02-01T10:58:04.083652-05:00",
                    "created_at": "2024-01-30T09:13:10.705808-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a96c27-8e78-4d69-a13a-4b8a1357fcd3/?format=api"
                },
                {
                    "id": "f7b1f888-c1df-4ed2-9aec-dfff3c2991c8",
                    "gambit_id": "8cf284b3-2b6b-49b0-b215-67d0a50b1d62",
                    "last_updated": "2024-02-01T10:58:04.087765-05:00",
                    "created_at": "2024-01-30T09:13:10.710700-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a96c27-8e78-4d69-a13a-4b8a1357fcd3/?format=api"
                },
                {
                    "id": "2feb069a-2893-4bf9-9b68-fc40208ec764",
                    "gambit_id": "3524ee64-20b5-49e9-b160-566b13df3212",
                    "last_updated": "2024-02-01T10:58:04.091803-05:00",
                    "created_at": "2024-01-30T09:13:10.715598-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a96c27-8e78-4d69-a13a-4b8a1357fcd3/?format=api"
                },
                {
                    "id": "c66d3060-8753-4415-90f2-be6937a5be37",
                    "gambit_id": "9d37dfcf-4898-48bb-a526-e1016812b08e",
                    "last_updated": "2024-02-01T10:58:04.095694-05:00",
                    "created_at": "2024-01-30T09:13:10.720167-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a96c27-8e78-4d69-a13a-4b8a1357fcd3/?format=api"
                }
            ]
        }
    ]
}