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/a35dc4a9-3d86-4ee9-8e2f-e2072994a56e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a35dc4a9-3d86-4ee9-8e2f-e2072994a56e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "09a6fe07-5b9e-4255-a1de-b95eb7037cbf",
    "completed": true,
    "last_updated": "2022-09-11T20:02:07.907028-04: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/09a6fe07-5b9e-4255-a1de-b95eb7037cbf",
    "datetime": "2022-09-10T22:59:00-04:00",
    "cutoff_datetime": "2022-09-10T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 10th 2022",
    "bettypes": [
        {
            "id": "e14923c7-88b0-4c7a-8a19-4851c6e36c73",
            "match": "https://api-prod.gambitprofit.com/api/matches/a35dc4a9-3d86-4ee9-8e2f-e2072994a56e/?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": "f6065baf-7188-4842-aa99-762f72d02199",
                    "gambit_id": "d48e23ed-b6d1-4fca-a2f7-42919ba75a0a",
                    "last_updated": "2022-09-11T20:02:07.909837-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.69000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14923c7-88b0-4c7a-8a19-4851c6e36c73/?format=api"
                },
                {
                    "id": "ac968660-2c30-49ed-8f0a-f7243ab04ffe",
                    "gambit_id": "520f7d82-8efb-4568-bb4f-38f7c84d1f81",
                    "last_updated": "2022-09-11T20:02:07.910988-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14923c7-88b0-4c7a-8a19-4851c6e36c73/?format=api"
                },
                {
                    "id": "a112baa5-b6a7-4a43-88e5-1d2a28be4006",
                    "gambit_id": "a065ca3b-6fbb-4786-8881-0de66b9b4f59",
                    "last_updated": "2022-09-11T20:02:07.911946-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14923c7-88b0-4c7a-8a19-4851c6e36c73/?format=api"
                },
                {
                    "id": "0f6d035b-fca6-430e-b0db-4aaf3b310359",
                    "gambit_id": "df69fc7c-4703-4470-951f-b1f6e947a82a",
                    "last_updated": "2022-09-11T20:02:07.913904-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14923c7-88b0-4c7a-8a19-4851c6e36c73/?format=api"
                },
                {
                    "id": "fdc9501b-fbb0-4713-9f08-3acc23074789",
                    "gambit_id": "f86752bb-1885-4a7a-bf27-c2d48a51642e",
                    "last_updated": "2022-09-11T20:02:07.912934-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14923c7-88b0-4c7a-8a19-4851c6e36c73/?format=api"
                }
            ]
        }
    ]
}