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/e535db4f-3e3c-44e0-9dd1-b1f355b58c5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e535db4f-3e3c-44e0-9dd1-b1f355b58c5c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "6aa2791d-1a44-46c2-b3f1-9976dc7d4f5c",
    "completed": true,
    "last_updated": "2022-09-18T20:52:24.024067-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/6aa2791d-1a44-46c2-b3f1-9976dc7d4f5c",
    "datetime": "2022-09-17T22:59:00-04:00",
    "cutoff_datetime": "2022-09-17T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 17th 2022",
    "bettypes": [
        {
            "id": "59172bca-5835-41f6-a47e-241b831bcff6",
            "match": "https://api-prod.gambitprofit.com/api/matches/e535db4f-3e3c-44e0-9dd1-b1f355b58c5c/?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": "6b4efbae-3f86-4a37-b022-e07006a7000e",
                    "gambit_id": "1d2bb28c-daca-4b9f-9f4d-b50df6e96715",
                    "last_updated": "2022-09-18T20:52:24.026850-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/59172bca-5835-41f6-a47e-241b831bcff6/?format=api"
                },
                {
                    "id": "b50526e9-d806-45f5-87db-65ef54834550",
                    "gambit_id": "2f2f038f-48e1-4897-9953-100a1cc9e344",
                    "last_updated": "2022-09-18T20:52:24.027960-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/59172bca-5835-41f6-a47e-241b831bcff6/?format=api"
                },
                {
                    "id": "84aa93ce-3db6-4be6-9f05-f98a6a683b52",
                    "gambit_id": "fa66898d-e2be-45d5-adfc-10870de7ac3c",
                    "last_updated": "2022-09-18T20:52:24.028918-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/59172bca-5835-41f6-a47e-241b831bcff6/?format=api"
                },
                {
                    "id": "f927a7b3-00cc-4374-8cd8-2539a8477432",
                    "gambit_id": "67ff009a-420f-4d3d-9da5-4516976549a4",
                    "last_updated": "2022-09-18T20:52:24.029880-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/59172bca-5835-41f6-a47e-241b831bcff6/?format=api"
                },
                {
                    "id": "17b47803-8e7f-484a-95f7-7d90ac063de4",
                    "gambit_id": "7b9967c4-6ece-4bbc-b2db-4a3bde308de6",
                    "last_updated": "2022-09-18T20:52:24.030839-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/59172bca-5835-41f6-a47e-241b831bcff6/?format=api"
                }
            ]
        }
    ]
}