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/870e7299-3251-4628-980a-6761675515aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "870e7299-3251-4628-980a-6761675515aa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ef617a0a-0235-41f6-845b-f3ff39b0b16f",
    "completed": true,
    "last_updated": "2022-09-20T16:17:16.737297-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/ef617a0a-0235-41f6-845b-f3ff39b0b16f",
    "datetime": "2022-09-19T22:59:00-04:00",
    "cutoff_datetime": "2022-09-19T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 19th 2022",
    "bettypes": [
        {
            "id": "177b331f-4da8-4e2b-83b5-b2d446df2aea",
            "match": "https://api-prod.gambitprofit.com/api/matches/870e7299-3251-4628-980a-6761675515aa/?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": "1cbb1a86-355b-4aef-b05a-b7705ec85969",
                    "gambit_id": "247875ca-2a38-4e2f-ad0d-c42edfbd9838",
                    "last_updated": "2022-09-20T16:17:16.739764-04: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/177b331f-4da8-4e2b-83b5-b2d446df2aea/?format=api"
                },
                {
                    "id": "fb1b1043-0640-4a64-85de-78335723d7fd",
                    "gambit_id": "eb60d3ff-a1bf-41a4-8ff3-0791a2f55d5f",
                    "last_updated": "2022-09-20T16:17:16.742787-04: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/177b331f-4da8-4e2b-83b5-b2d446df2aea/?format=api"
                },
                {
                    "id": "ea41358a-d027-492f-a186-52ad7a331c21",
                    "gambit_id": "e7d65b5e-4a48-4f08-8800-90f5880d460c",
                    "last_updated": "2022-09-20T16:17:16.743881-04: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/177b331f-4da8-4e2b-83b5-b2d446df2aea/?format=api"
                },
                {
                    "id": "9b363f1c-86bd-4854-836b-278c421e9bcb",
                    "gambit_id": "7d92cd5f-cc6e-4b3d-b7a2-c22079b29dfd",
                    "last_updated": "2022-09-20T16:17:16.741768-04: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/177b331f-4da8-4e2b-83b5-b2d446df2aea/?format=api"
                },
                {
                    "id": "ee2f62df-4f3b-4228-83c0-d020e6fb72fd",
                    "gambit_id": "d609c861-8487-41e8-9c88-1c3df1bd17ea",
                    "last_updated": "2022-09-20T16:17:16.740770-04: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/177b331f-4da8-4e2b-83b5-b2d446df2aea/?format=api"
                }
            ]
        }
    ]
}