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/a55ef168-6b0b-461d-aee1-ec9bd9d99095/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a55ef168-6b0b-461d-aee1-ec9bd9d99095",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9585e4ba-d149-48f0-af62-a4f918effe3c",
    "completed": true,
    "last_updated": "2022-09-08T19:12:07.043681-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/9585e4ba-d149-48f0-af62-a4f918effe3c",
    "datetime": "2022-09-07T22:59:00-04:00",
    "cutoff_datetime": "2022-09-07T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 7th 2022",
    "bettypes": [
        {
            "id": "9b1e1f36-8aa4-49ed-909e-0f30cda23ee3",
            "match": "https://api-prod.gambitprofit.com/api/matches/a55ef168-6b0b-461d-aee1-ec9bd9d99095/?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": "4bd8e3ee-b1e5-4558-908c-1855e63e148f",
                    "gambit_id": "68a0dea7-f44a-4843-b518-fda553317a60",
                    "last_updated": "2022-09-08T19:12:07.046609-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/9b1e1f36-8aa4-49ed-909e-0f30cda23ee3/?format=api"
                },
                {
                    "id": "0bc38af6-66cb-491e-8c10-d5056367a158",
                    "gambit_id": "e0249849-3ca1-4630-add3-55c37ac698b9",
                    "last_updated": "2022-09-08T19:12:07.047637-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/9b1e1f36-8aa4-49ed-909e-0f30cda23ee3/?format=api"
                },
                {
                    "id": "0a0aed10-ca66-4532-b677-e1492e5de974",
                    "gambit_id": "d0f496e2-72f2-464d-ae3d-031607dae776",
                    "last_updated": "2022-09-08T19:12:07.049635-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/9b1e1f36-8aa4-49ed-909e-0f30cda23ee3/?format=api"
                },
                {
                    "id": "914ffab0-65a1-4496-b929-9484d0bb70a6",
                    "gambit_id": "e34871b2-757f-4ebe-b5bb-2125fb2caf2b",
                    "last_updated": "2022-09-08T19:12:07.048623-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/9b1e1f36-8aa4-49ed-909e-0f30cda23ee3/?format=api"
                },
                {
                    "id": "a0ce9f0d-90f7-460f-b033-4debd9841d2f",
                    "gambit_id": "26a921ff-f7d6-4091-9194-dc356fc56f1e",
                    "last_updated": "2022-09-08T19:12:07.050708-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/9b1e1f36-8aa4-49ed-909e-0f30cda23ee3/?format=api"
                }
            ]
        }
    ]
}