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/d0d7d6f8-d5a6-486b-ad1b-14d0b4527304/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0d7d6f8-d5a6-486b-ad1b-14d0b4527304",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "56c699e2-ad39-4eb6-8087-ddd7f4580c5b",
    "completed": true,
    "last_updated": "2023-07-25T20:22:55.493088-04:00",
    "created_at": "2023-07-24T08:13:23.332760-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/56c699e2-ad39-4eb6-8087-ddd7f4580c5b",
    "datetime": "2023-07-24T22:59:00-04:00",
    "cutoff_datetime": "2023-07-24T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 24th 2023",
    "bettypes": [
        {
            "id": "040d2c03-d17d-4135-ae9e-52e390a21931",
            "match": "https://api-prod.gambitprofit.com/api/matches/d0d7d6f8-d5a6-486b-ad1b-14d0b4527304/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-24T08:13:23.343399-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": "e8e86c85-2f56-4070-9a2f-8075e58c6c4c",
                    "gambit_id": "2e51eb17-fb9e-4ca2-9310-a8398ff13578",
                    "last_updated": "2023-07-25T20:22:55.518681-04:00",
                    "created_at": "2023-07-24T08:13:23.368058-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/040d2c03-d17d-4135-ae9e-52e390a21931/?format=api"
                },
                {
                    "id": "bc58dc56-7076-43ae-819b-092f11a0714d",
                    "gambit_id": "10d5bac1-d9ac-47a1-a072-8f75f7680027",
                    "last_updated": "2023-07-25T20:22:55.515538-04:00",
                    "created_at": "2023-07-24T08:13:23.361720-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/040d2c03-d17d-4135-ae9e-52e390a21931/?format=api"
                },
                {
                    "id": "e8907126-43c3-4fc4-9ad8-1c7b122d7ac3",
                    "gambit_id": "6a72396b-c7bc-4d88-bfac-86a52e1a08a9",
                    "last_updated": "2023-07-25T20:22:55.504734-04:00",
                    "created_at": "2023-07-24T08:13:23.348341-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/040d2c03-d17d-4135-ae9e-52e390a21931/?format=api"
                },
                {
                    "id": "7807b850-50e2-4308-a776-86a79e6f9ba8",
                    "gambit_id": "5a45e469-c04f-4626-8432-f4a812a76160",
                    "last_updated": "2023-07-25T20:22:55.508131-04:00",
                    "created_at": "2023-07-24T08:13:23.353400-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/040d2c03-d17d-4135-ae9e-52e390a21931/?format=api"
                },
                {
                    "id": "c14fa23b-a6fd-4fec-bab2-3ad91b57bbd9",
                    "gambit_id": "535e617e-5cf7-49df-949a-c98fe2e49d72",
                    "last_updated": "2023-07-25T20:22:55.511352-04:00",
                    "created_at": "2023-07-24T08:13:23.357515-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/040d2c03-d17d-4135-ae9e-52e390a21931/?format=api"
                }
            ]
        }
    ]
}