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/8e1367a7-2640-4496-8cc9-fab795c5040c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e1367a7-2640-4496-8cc9-fab795c5040c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b895c4db-bedd-4cfb-9565-cac4acd553e7",
    "completed": true,
    "last_updated": "2023-03-07T11:17:02.455029-05:00",
    "created_at": "2023-03-06T08:07:12.750461-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/b895c4db-bedd-4cfb-9565-cac4acd553e7",
    "datetime": "2023-03-06T22:59:00-05:00",
    "cutoff_datetime": "2023-03-06T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - March 6th 2023",
    "bettypes": [
        {
            "id": "6ab0f617-d750-4455-b33b-ef0bcb6d5b7d",
            "match": "https://api-prod.gambitprofit.com/api/matches/8e1367a7-2640-4496-8cc9-fab795c5040c/?format=api",
            "name": "FreeForm",
            "created_at": "2023-03-06T08:07:12.752781-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": "0be384b7-426e-4f79-a974-806d939a582e",
                    "gambit_id": "cab19b7c-bc23-453f-8c7c-7a2977f399c2",
                    "last_updated": "2023-03-07T11:17:02.458665-05:00",
                    "created_at": "2023-03-06T08:07:12.754113-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab0f617-d750-4455-b33b-ef0bcb6d5b7d/?format=api"
                },
                {
                    "id": "09cf520b-f497-4ac8-9c7f-c29c8d3d328f",
                    "gambit_id": "c1e9449d-7746-4d65-9871-71ba7c0222ec",
                    "last_updated": "2023-03-07T11:17:02.463933-05:00",
                    "created_at": "2023-03-06T08:07:12.759759-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab0f617-d750-4455-b33b-ef0bcb6d5b7d/?format=api"
                },
                {
                    "id": "3d225d33-0c51-4e19-b08d-8b6f018688ca",
                    "gambit_id": "7905a87e-2b05-488f-b517-3ae7b65c0891",
                    "last_updated": "2023-03-07T11:17:02.460007-05:00",
                    "created_at": "2023-03-06T08:07:12.755480-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab0f617-d750-4455-b33b-ef0bcb6d5b7d/?format=api"
                },
                {
                    "id": "a38f7e2d-4492-46d4-a8d7-014ab03b13a5",
                    "gambit_id": "840c2c7e-f462-4099-ade0-c95afae4e9d5",
                    "last_updated": "2023-03-07T11:17:02.461307-05:00",
                    "created_at": "2023-03-06T08:07:12.756788-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab0f617-d750-4455-b33b-ef0bcb6d5b7d/?format=api"
                },
                {
                    "id": "5d853c71-9d7f-40b5-8cb1-98876e194896",
                    "gambit_id": "e0ac72e9-bc22-4ff9-ba27-0d7e6cb51df6",
                    "last_updated": "2023-03-07T11:17:02.462620-05:00",
                    "created_at": "2023-03-06T08:07:12.758050-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab0f617-d750-4455-b33b-ef0bcb6d5b7d/?format=api"
                }
            ]
        }
    ]
}