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/46402104-7030-457c-a9c2-9dbe90939c67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46402104-7030-457c-a9c2-9dbe90939c67",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "624bb5ac-b37e-4e16-82d8-65a3372b7e9c",
    "completed": true,
    "last_updated": "2022-10-18T09:27:06.310580-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/624bb5ac-b37e-4e16-82d8-65a3372b7e9c",
    "datetime": "2022-10-17T22:59:00-04:00",
    "cutoff_datetime": "2022-10-17T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 17th 2022",
    "bettypes": [
        {
            "id": "db7b99ee-8a2b-4527-b48b-13e853fd1029",
            "match": "https://api-prod.gambitprofit.com/api/matches/46402104-7030-457c-a9c2-9dbe90939c67/?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": "82097f53-dcc8-4763-ac95-ce4bdc239424",
                    "gambit_id": "0a944e0c-aaa8-40cf-ae65-ba0396434a33",
                    "last_updated": "2022-10-18T09:27:06.313180-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.93000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b99ee-8a2b-4527-b48b-13e853fd1029/?format=api"
                },
                {
                    "id": "77495b9f-c4ef-42b9-aff3-6a594b64d7f3",
                    "gambit_id": "d2eb40c1-ee01-4b24-ac00-8ce3ba04c979",
                    "last_updated": "2022-10-18T09:27:06.316309-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b99ee-8a2b-4527-b48b-13e853fd1029/?format=api"
                },
                {
                    "id": "cabcd923-3c8b-4419-8046-88b38c13738e",
                    "gambit_id": "73ead7ea-3c6d-4870-a54b-5912e9443af1",
                    "last_updated": "2022-10-18T09:27:06.317265-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b99ee-8a2b-4527-b48b-13e853fd1029/?format=api"
                },
                {
                    "id": "80fef5a5-44a4-4ecb-9dd5-3e7a9e75dbb8",
                    "gambit_id": "da9c0e2a-77b3-4ae2-8957-f3f319047f72",
                    "last_updated": "2022-10-18T09:27:06.314269-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b99ee-8a2b-4527-b48b-13e853fd1029/?format=api"
                },
                {
                    "id": "4ad8d6da-21a6-4071-a98f-a4e5d7b65654",
                    "gambit_id": "c86c4a6d-a0be-48a5-aee2-61d0d0377bf7",
                    "last_updated": "2022-10-18T09:27:06.315314-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7b99ee-8a2b-4527-b48b-13e853fd1029/?format=api"
                }
            ]
        }
    ]
}