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/173f5866-ef77-4605-aa85-b8fdfd5438af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "173f5866-ef77-4605-aa85-b8fdfd5438af",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d8eb2fd1-06af-4c4d-9c19-34bc498cb420",
    "completed": true,
    "last_updated": "2022-12-13T10:12:04.570462-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/d8eb2fd1-06af-4c4d-9c19-34bc498cb420",
    "datetime": "2022-12-12T22:59:00-05:00",
    "cutoff_datetime": "2022-12-12T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 12th 2022",
    "bettypes": [
        {
            "id": "0eda235a-0bb4-4825-b005-0fca1d570107",
            "match": "https://api-prod.gambitprofit.com/api/matches/173f5866-ef77-4605-aa85-b8fdfd5438af/?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": "40cc69a9-4e8c-455c-815f-650ada91c8a2",
                    "gambit_id": "73063f59-3777-42a8-89bf-e7f191656f5d",
                    "last_updated": "2022-12-13T10:12:04.573165-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/0eda235a-0bb4-4825-b005-0fca1d570107/?format=api"
                },
                {
                    "id": "cf7e9ea5-14ef-46f8-ac5c-83b6c1e15bda",
                    "gambit_id": "ba044369-201f-45ab-8dfa-ef51a873dbf1",
                    "last_updated": "2022-12-13T10:12:04.575352-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/0eda235a-0bb4-4825-b005-0fca1d570107/?format=api"
                },
                {
                    "id": "82d3fe72-187d-4979-8395-4edaca10ed57",
                    "gambit_id": "25a4758b-b385-412d-9ee8-a19a0c7562c2",
                    "last_updated": "2022-12-13T10:12:04.576403-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/0eda235a-0bb4-4825-b005-0fca1d570107/?format=api"
                },
                {
                    "id": "df6f4ba0-21a3-4941-a924-e6100b6fff08",
                    "gambit_id": "14815574-22b0-4d4b-ad0a-bf0249c901fc",
                    "last_updated": "2022-12-13T10:12:04.574253-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/0eda235a-0bb4-4825-b005-0fca1d570107/?format=api"
                },
                {
                    "id": "b3f84cc3-9609-4b79-99fa-347948d06e0d",
                    "gambit_id": "074c2b07-ea99-4208-a589-8ce37849c443",
                    "last_updated": "2022-12-13T10:12:04.577462-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/0eda235a-0bb4-4825-b005-0fca1d570107/?format=api"
                }
            ]
        }
    ]
}