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/eff37f55-1932-4bd8-b748-61b7d3aeda71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eff37f55-1932-4bd8-b748-61b7d3aeda71",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e26d8d6c-1778-4ef1-b68f-ff988a412710",
    "completed": true,
    "last_updated": "2023-04-06T21:37:00.269911-04:00",
    "created_at": "2023-04-05T09:52:05.226836-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/e26d8d6c-1778-4ef1-b68f-ff988a412710",
    "datetime": "2023-04-05T22:59:00-04:00",
    "cutoff_datetime": "2023-04-05T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - April 5th 2023",
    "bettypes": [
        {
            "id": "c941d0a2-9971-47a4-bcd2-112fbc728301",
            "match": "https://api-prod.gambitprofit.com/api/matches/eff37f55-1932-4bd8-b748-61b7d3aeda71/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-05T09:52:05.229148-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": "430e6666-8171-4871-a4ad-8b41137eece7",
                    "gambit_id": "7cac231c-3421-410b-a454-bc1c4bd25ca6",
                    "last_updated": "2023-04-06T21:37:00.278547-04:00",
                    "created_at": "2023-04-05T09:52:05.236615-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c941d0a2-9971-47a4-bcd2-112fbc728301/?format=api"
                },
                {
                    "id": "d3688c11-a263-442a-a7bc-479f23bb4449",
                    "gambit_id": "a5678971-d4c4-4626-b0f1-210781375724",
                    "last_updated": "2023-04-06T21:37:00.273901-04:00",
                    "created_at": "2023-04-05T09:52:05.231055-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c941d0a2-9971-47a4-bcd2-112fbc728301/?format=api"
                },
                {
                    "id": "099a93e5-0736-40cf-8bdb-152d7fdb7aec",
                    "gambit_id": "9597373d-01b6-45a6-b286-3b45b02a6531",
                    "last_updated": "2023-04-06T21:37:00.276834-04:00",
                    "created_at": "2023-04-05T09:52:05.234805-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c941d0a2-9971-47a4-bcd2-112fbc728301/?format=api"
                },
                {
                    "id": "1d04f8f1-9a37-414e-8945-d354366d3642",
                    "gambit_id": "22054bdd-d365-40c3-ac51-b340e8547dc4",
                    "last_updated": "2023-04-06T21:37:00.280109-04:00",
                    "created_at": "2023-04-05T09:52:05.238498-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c941d0a2-9971-47a4-bcd2-112fbc728301/?format=api"
                },
                {
                    "id": "fbbfadf7-14f7-459f-97e6-7e20ea12569b",
                    "gambit_id": "648a24bd-3f8e-48aa-82b0-ee4d6ccf165f",
                    "last_updated": "2023-04-06T21:37:00.275361-04:00",
                    "created_at": "2023-04-05T09:52:05.232930-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c941d0a2-9971-47a4-bcd2-112fbc728301/?format=api"
                }
            ]
        }
    ]
}