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/5d006131-06dd-4325-82d1-4f6848b9e7a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d006131-06dd-4325-82d1-4f6848b9e7a4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "17778780-5927-4cbd-8b2c-c84a945da92a",
    "completed": true,
    "last_updated": "2023-12-18T10:48:02.980052-05:00",
    "created_at": "2023-12-15T23:37:55.956374-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/17778780-5927-4cbd-8b2c-c84a945da92a",
    "datetime": "2023-12-16T22:59:00-05:00",
    "cutoff_datetime": "2023-12-16T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 16th 2023",
    "bettypes": [
        {
            "id": "19d9afb8-e90a-498c-b89a-a9fc383dedb9",
            "match": "https://api-prod.gambitprofit.com/api/matches/5d006131-06dd-4325-82d1-4f6848b9e7a4/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-15T23:37:55.961896-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": "ef132cb6-d2f3-4297-8ebe-ed4b9114367b",
                    "gambit_id": "9d6e696b-2470-4d28-9acf-4d0c5770d5e6",
                    "last_updated": "2023-12-18T10:48:03.017793-05:00",
                    "created_at": "2023-12-15T23:37:55.983028-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d9afb8-e90a-498c-b89a-a9fc383dedb9/?format=api"
                },
                {
                    "id": "8049f2c2-a3a5-4090-99af-554b441c370a",
                    "gambit_id": "96d702ee-b6ea-492f-8998-9ac9e91755bb",
                    "last_updated": "2023-12-18T10:48:02.997117-05:00",
                    "created_at": "2023-12-15T23:37:55.965939-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d9afb8-e90a-498c-b89a-a9fc383dedb9/?format=api"
                },
                {
                    "id": "6c1fbad4-f26e-4dff-bfd0-519654a82a79",
                    "gambit_id": "bd6d7667-c5f3-42d8-853c-b4ccb316533d",
                    "last_updated": "2023-12-18T10:48:03.002102-05:00",
                    "created_at": "2023-12-15T23:37:55.969861-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d9afb8-e90a-498c-b89a-a9fc383dedb9/?format=api"
                },
                {
                    "id": "bb449399-1315-4272-aa66-8c03badbaee8",
                    "gambit_id": "dad8e77f-6fb5-4778-b0ed-a059288a5066",
                    "last_updated": "2023-12-18T10:48:03.008216-05:00",
                    "created_at": "2023-12-15T23:37:55.974469-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d9afb8-e90a-498c-b89a-a9fc383dedb9/?format=api"
                },
                {
                    "id": "9adf59a0-9c42-4405-957a-41498cfcf42b",
                    "gambit_id": "2f5526c5-2700-4bfb-a679-acd2239ac2c6",
                    "last_updated": "2023-12-18T10:48:03.013319-05:00",
                    "created_at": "2023-12-15T23:37:55.978486-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d9afb8-e90a-498c-b89a-a9fc383dedb9/?format=api"
                }
            ]
        }
    ]
}