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/08739b9d-b9a2-4ab8-8d09-2a133edd0f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08739b9d-b9a2-4ab8-8d09-2a133edd0f15",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "011aa391-642a-4b6c-ad81-09c9a63c4098",
    "completed": true,
    "last_updated": "2023-09-28T19:03:17.428508-04:00",
    "created_at": "2023-09-27T09:23:00.226247-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/011aa391-642a-4b6c-ad81-09c9a63c4098",
    "datetime": "2023-09-27T22:59:00-04:00",
    "cutoff_datetime": "2023-09-27T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 27th 2023",
    "bettypes": [
        {
            "id": "0b1d6e63-0321-454f-b3c3-1d1f63b510db",
            "match": "https://api-prod.gambitprofit.com/api/matches/08739b9d-b9a2-4ab8-8d09-2a133edd0f15/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-27T09:23:00.241950-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": "e23d782c-ed96-4e6b-bbe9-795c4ff40235",
                    "gambit_id": "30a0ac6c-1b53-444f-beb2-aad77874340d",
                    "last_updated": "2023-09-28T19:03:17.457274-04:00",
                    "created_at": "2023-09-27T09:23:00.271089-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b1d6e63-0321-454f-b3c3-1d1f63b510db/?format=api"
                },
                {
                    "id": "60889fbd-05ac-4bab-a7cf-fddb37d9dda2",
                    "gambit_id": "541fc303-a1fe-4331-b35a-972bf67ac60e",
                    "last_updated": "2023-09-28T19:03:17.441803-04:00",
                    "created_at": "2023-09-27T09:23:00.250513-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b1d6e63-0321-454f-b3c3-1d1f63b510db/?format=api"
                },
                {
                    "id": "97caf6e7-9503-4a54-a7d9-ef5fbf5dd48b",
                    "gambit_id": "53eb566c-e12f-4346-87a6-f8fdea29a90a",
                    "last_updated": "2023-09-28T19:03:17.449325-04:00",
                    "created_at": "2023-09-27T09:23:00.259590-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b1d6e63-0321-454f-b3c3-1d1f63b510db/?format=api"
                },
                {
                    "id": "49e405db-0478-4817-8a19-b262216c47cd",
                    "gambit_id": "d932714b-1478-422d-93a0-089b2ab80623",
                    "last_updated": "2023-09-28T19:03:17.453580-04:00",
                    "created_at": "2023-09-27T09:23:00.263882-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b1d6e63-0321-454f-b3c3-1d1f63b510db/?format=api"
                },
                {
                    "id": "20f36b4e-d092-444e-958b-bef24fe8c1d5",
                    "gambit_id": "c3d90d7c-2567-4738-b59a-38aadc929ad7",
                    "last_updated": "2023-09-28T19:03:17.445369-04:00",
                    "created_at": "2023-09-27T09:23:00.254323-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b1d6e63-0321-454f-b3c3-1d1f63b510db/?format=api"
                }
            ]
        }
    ]
}