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/b3adf2e0-bbaa-4b5d-9706-1de111c1c863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3adf2e0-bbaa-4b5d-9706-1de111c1c863",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a4cc5440-3337-4b0d-b113-903cc2d77889",
    "completed": false,
    "last_updated": "2024-02-03T22:58:21.609071-05:00",
    "created_at": "2024-01-27T09:18:16.327772-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/a4cc5440-3337-4b0d-b113-903cc2d77889",
    "datetime": "2024-01-27T22:59:00-05:00",
    "cutoff_datetime": "2024-01-27T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 27th 2024",
    "bettypes": [
        {
            "id": "61ef0e3a-571b-4001-9fcd-d9a2364499ab",
            "match": "https://api-prod.gambitprofit.com/api/matches/b3adf2e0-bbaa-4b5d-9706-1de111c1c863/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-27T09:18:16.337508-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": "e2bbca38-f6fe-4aa4-9ecb-209534a3215d",
                    "gambit_id": "86e934be-f62e-45c8-8260-2a8cc4593fec",
                    "last_updated": "2024-02-03T22:58:21.650270-05:00",
                    "created_at": "2024-01-27T09:18:16.358877-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                },
                {
                    "id": "1be708d8-85c1-4c3f-882b-455c6702d029",
                    "gambit_id": "77ae9bea-a01e-471c-abfe-558129665739",
                    "last_updated": "2024-02-03T22:58:21.628100-05:00",
                    "created_at": "2024-01-27T09:18:16.342344-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                },
                {
                    "id": "17b7df0c-da5e-46c4-9948-04d9fae962bc",
                    "gambit_id": "76a68334-c5a2-4316-a0ee-76596e67198c",
                    "last_updated": "2024-02-03T22:58:21.636057-05:00",
                    "created_at": "2024-01-27T09:18:16.347438-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                },
                {
                    "id": "8978d4f0-5825-4a04-a87e-4a982b1ffee5",
                    "gambit_id": "7394b572-24e4-4feb-b436-f8461dc801a6",
                    "last_updated": "2024-02-03T22:58:21.643442-05:00",
                    "created_at": "2024-01-27T09:18:16.351252-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                },
                {
                    "id": "d9d6df6e-4e61-4e08-8cad-0d67a09ed117",
                    "gambit_id": "67ba092c-7a0d-418f-978b-8f775a073a3f",
                    "last_updated": "2024-02-03T22:58:21.647050-05:00",
                    "created_at": "2024-01-27T09:18:16.355177-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                }
            ]
        }
    ]
}