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/37665825-a8cc-4281-8355-59c7fa566b3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37665825-a8cc-4281-8355-59c7fa566b3a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f6c28bad-0e31-485b-b1f1-d15a73a3e76a",
    "completed": true,
    "last_updated": "2023-04-27T11:52:03.579559-04:00",
    "created_at": "2023-04-24T13:02:11.125183-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/f6c28bad-0e31-485b-b1f1-d15a73a3e76a",
    "datetime": "2023-04-24T22:59:00-04:00",
    "cutoff_datetime": "2023-04-24T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - April 24th 2023",
    "bettypes": [
        {
            "id": "ef41030f-eae8-46c2-957a-8483209d580c",
            "match": "https://api-prod.gambitprofit.com/api/matches/37665825-a8cc-4281-8355-59c7fa566b3a/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-24T13:02:11.127994-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": "4e0f7225-6ae5-4297-a3d1-295a45efe75e",
                    "gambit_id": "65cb695a-6663-4e0c-a98c-5fa118da9e70",
                    "last_updated": "2023-04-27T11:52:03.583273-04:00",
                    "created_at": "2023-04-24T13:02:11.130011-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef41030f-eae8-46c2-957a-8483209d580c/?format=api"
                },
                {
                    "id": "43f9789e-43fc-447d-896e-9fa0f2f2e047",
                    "gambit_id": "f3627f30-b38d-4e0e-ba18-7bc32a3ed5e9",
                    "last_updated": "2023-04-27T11:52:03.587864-04:00",
                    "created_at": "2023-04-24T13:02:11.137066-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef41030f-eae8-46c2-957a-8483209d580c/?format=api"
                },
                {
                    "id": "f45c3d57-f931-4fb8-a879-c0c132ebffcd",
                    "gambit_id": "687e5870-a65f-4bb6-82c7-7784785216d7",
                    "last_updated": "2023-04-27T11:52:03.584804-04:00",
                    "created_at": "2023-04-24T13:02:11.132478-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef41030f-eae8-46c2-957a-8483209d580c/?format=api"
                },
                {
                    "id": "e8b24385-9e3a-4e9d-a241-dcde5a5d3563",
                    "gambit_id": "9de40c4d-e3b1-430f-a089-31af7945d8d2",
                    "last_updated": "2023-04-27T11:52:03.589241-04:00",
                    "created_at": "2023-04-24T13:02:11.139286-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef41030f-eae8-46c2-957a-8483209d580c/?format=api"
                },
                {
                    "id": "5d2f7ac5-58ed-4b7b-985e-f4e42ea9ec7b",
                    "gambit_id": "1f5eabd7-af8f-4c0b-9b4f-689017e8951a",
                    "last_updated": "2023-04-27T11:52:03.586458-04:00",
                    "created_at": "2023-04-24T13:02:11.134802-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef41030f-eae8-46c2-957a-8483209d580c/?format=api"
                }
            ]
        }
    ]
}