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/7577e4bb-78a0-4b94-a0ff-8f5328a5ef6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7577e4bb-78a0-4b94-a0ff-8f5328a5ef6a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f26c884f-2c13-4b2e-ba3b-45d27df3b5d4",
    "completed": true,
    "last_updated": "2022-11-22T10:07:04.502185-05:00",
    "created_at": "1969-12-31T19:00:00-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/f26c884f-2c13-4b2e-ba3b-45d27df3b5d4",
    "datetime": "2022-11-21T22:59:00-05:00",
    "cutoff_datetime": "2022-11-21T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 21st 2022",
    "bettypes": [
        {
            "id": "6a0e4681-acc1-444d-a0fa-f35e77d42b32",
            "match": "https://api-prod.gambitprofit.com/api/matches/7577e4bb-78a0-4b94-a0ff-8f5328a5ef6a/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "0ea62b6b-0571-48b1-b108-36d8e487cb3f",
                    "gambit_id": "7ffcb8e3-7f3c-4c80-bda6-658f42dd1385",
                    "last_updated": "2022-11-22T10:07:04.504967-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0e4681-acc1-444d-a0fa-f35e77d42b32/?format=api"
                },
                {
                    "id": "67222bcb-b9cb-4904-bee5-129b62c72325",
                    "gambit_id": "1d80a6ec-b59f-47e9-b094-0e3d7df0bcb1",
                    "last_updated": "2022-11-22T10:07:04.509082-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0e4681-acc1-444d-a0fa-f35e77d42b32/?format=api"
                },
                {
                    "id": "c9ce278d-6ab3-42f5-8309-74a0b64ef537",
                    "gambit_id": "592d96f4-a20e-4753-b5d1-94cd42a2690f",
                    "last_updated": "2022-11-22T10:07:04.506075-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0e4681-acc1-444d-a0fa-f35e77d42b32/?format=api"
                },
                {
                    "id": "4ebb0287-64e0-4349-9731-38c12be6cb7a",
                    "gambit_id": "8735ce83-abe8-496d-b750-81790a54c20b",
                    "last_updated": "2022-11-22T10:07:04.508071-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0e4681-acc1-444d-a0fa-f35e77d42b32/?format=api"
                },
                {
                    "id": "8dde7cda-97e5-4ab4-adaa-889890b8bf17",
                    "gambit_id": "b91d8a0e-eb59-4feb-b412-a8f8b79ff686",
                    "last_updated": "2022-11-22T10:07:04.507057-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0e4681-acc1-444d-a0fa-f35e77d42b32/?format=api"
                }
            ]
        }
    ]
}