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/0bb8d60f-568b-4cc5-9a15-cc1c28013d31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bb8d60f-568b-4cc5-9a15-cc1c28013d31",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "61c22f62-11f7-418e-a466-01dd6d4beb59",
    "completed": true,
    "last_updated": "2023-12-30T16:33:10.132209-05:00",
    "created_at": "2023-12-27T10:33:22.478036-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/61c22f62-11f7-418e-a466-01dd6d4beb59",
    "datetime": "2023-12-27T22:59:00-05:00",
    "cutoff_datetime": "2023-12-27T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 27th 2023",
    "bettypes": [
        {
            "id": "1391f51c-1ea9-4bf7-a701-a4ea774142e5",
            "match": "https://api-prod.gambitprofit.com/api/matches/0bb8d60f-568b-4cc5-9a15-cc1c28013d31/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-27T10:33:22.482997-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": "7515588a-3153-421f-aa14-fe2cf0537ede",
                    "gambit_id": "9773b1c3-fc21-4059-b924-0188e750d205",
                    "last_updated": "2023-12-30T16:33:10.141248-05:00",
                    "created_at": "2023-12-27T10:33:22.486979-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1391f51c-1ea9-4bf7-a701-a4ea774142e5/?format=api"
                },
                {
                    "id": "08e151cb-24b2-4759-a8ba-433583158014",
                    "gambit_id": "bb0aebd9-2a70-4b57-abbd-b5b43149a774",
                    "last_updated": "2023-12-30T16:33:10.160187-05:00",
                    "created_at": "2023-12-27T10:33:22.501065-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1391f51c-1ea9-4bf7-a701-a4ea774142e5/?format=api"
                },
                {
                    "id": "a200e3c0-e597-4ff9-b281-17968c9c3038",
                    "gambit_id": "4a612739-9d29-4db7-8544-dc977cfa8dd1",
                    "last_updated": "2023-12-30T16:33:10.164156-05:00",
                    "created_at": "2023-12-27T10:33:22.505385-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1391f51c-1ea9-4bf7-a701-a4ea774142e5/?format=api"
                },
                {
                    "id": "e67725a7-86b6-4b1a-8c01-603d10c1775f",
                    "gambit_id": "91abba03-c5ce-416f-a80a-c98533ae0d73",
                    "last_updated": "2023-12-30T16:33:10.173362-05:00",
                    "created_at": "2023-12-27T10:33:22.509475-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1391f51c-1ea9-4bf7-a701-a4ea774142e5/?format=api"
                },
                {
                    "id": "62790687-6e70-477b-a32d-dc46e805874d",
                    "gambit_id": "2a9f0c3c-3817-4d7e-aad6-d93d560cd515",
                    "last_updated": "2023-12-30T16:33:10.156827-05:00",
                    "created_at": "2023-12-27T10:33:22.491180-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1391f51c-1ea9-4bf7-a701-a4ea774142e5/?format=api"
                }
            ]
        }
    ]
}