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/2cb8c052-9e30-4de9-b412-c8b063124065/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cb8c052-9e30-4de9-b412-c8b063124065",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e5c3d4ee-a0aa-47d7-b414-0db65a7be0e8",
    "completed": false,
    "last_updated": "2024-02-07T01:52:59.215758-05:00",
    "created_at": "2024-02-05T10:03:23.094635-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/e5c3d4ee-a0aa-47d7-b414-0db65a7be0e8",
    "datetime": "2024-02-05T22:59:00-05:00",
    "cutoff_datetime": "2024-02-05T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - February 5th 2024",
    "bettypes": [
        {
            "id": "dd77da66-217b-4dea-a265-96eeff130d84",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cb8c052-9e30-4de9-b412-c8b063124065/?format=api",
            "name": "FreeForm",
            "created_at": "2024-02-05T10:03:23.105359-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": "3d33043f-23f2-412b-b1dc-08341576b695",
                    "gambit_id": "69f2bc4b-b03c-4242-8e4f-8a4b835d4101",
                    "last_updated": "2024-02-07T01:52:59.238332-05:00",
                    "created_at": "2024-02-05T10:03:23.129162-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd77da66-217b-4dea-a265-96eeff130d84/?format=api"
                },
                {
                    "id": "ee897fa7-b7ed-4483-aff3-d0e8456e4941",
                    "gambit_id": "6dfb0385-11cf-43f3-86b2-69d398e86194",
                    "last_updated": "2024-02-07T01:52:59.225209-05:00",
                    "created_at": "2024-02-05T10:03:23.109458-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd77da66-217b-4dea-a265-96eeff130d84/?format=api"
                },
                {
                    "id": "f1a4871b-a510-48cc-9fc4-11928616e374",
                    "gambit_id": "0e0d2f48-3a72-4a4e-b4ee-2a38871c85b0",
                    "last_updated": "2024-02-07T01:52:59.228486-05:00",
                    "created_at": "2024-02-05T10:03:23.114188-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd77da66-217b-4dea-a265-96eeff130d84/?format=api"
                },
                {
                    "id": "f5d66ab0-1598-4ec3-a27e-c6587aeacf74",
                    "gambit_id": "83b4f681-6a20-4cd2-b97f-4e3c7ef66874",
                    "last_updated": "2024-02-07T01:52:59.231807-05:00",
                    "created_at": "2024-02-05T10:03:23.119708-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd77da66-217b-4dea-a265-96eeff130d84/?format=api"
                },
                {
                    "id": "7d8dcb1b-d92c-47bd-b691-e0003f241aab",
                    "gambit_id": "391f4e68-483a-4a54-8039-435dff007e09",
                    "last_updated": "2024-02-07T01:52:59.235162-05:00",
                    "created_at": "2024-02-05T10:03:23.124439-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd77da66-217b-4dea-a265-96eeff130d84/?format=api"
                }
            ]
        }
    ]
}