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/a42f3b51-9e8d-4bb6-8b7b-45e0323928b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a42f3b51-9e8d-4bb6-8b7b-45e0323928b7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "90899e83-427f-4efd-b952-00d8daed9fc2",
    "completed": true,
    "last_updated": "2022-10-20T09:42:06.631777-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/90899e83-427f-4efd-b952-00d8daed9fc2",
    "datetime": "2022-10-19T22:59:00-04:00",
    "cutoff_datetime": "2022-10-19T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 19th 2022",
    "bettypes": [
        {
            "id": "3bc30aea-ac6d-4971-9497-6a048421ecc7",
            "match": "https://api-prod.gambitprofit.com/api/matches/a42f3b51-9e8d-4bb6-8b7b-45e0323928b7/?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": "33134751-412e-4c32-859f-dcfa447ea40c",
                    "gambit_id": "48a7cd0b-12ef-4d81-a149-82501f4a0083",
                    "last_updated": "2022-10-20T09:42:06.634588-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc30aea-ac6d-4971-9497-6a048421ecc7/?format=api"
                },
                {
                    "id": "b3b40ddc-635d-4765-a59c-643bf5a54ad8",
                    "gambit_id": "b327bcfb-c715-4596-bc1a-27eabbbb8504",
                    "last_updated": "2022-10-20T09:42:06.636679-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc30aea-ac6d-4971-9497-6a048421ecc7/?format=api"
                },
                {
                    "id": "967d6199-29be-4eae-b775-3df99ad192dd",
                    "gambit_id": "497177fe-6aba-41d8-998b-b5e7261f5807",
                    "last_updated": "2022-10-20T09:42:06.635697-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc30aea-ac6d-4971-9497-6a048421ecc7/?format=api"
                },
                {
                    "id": "e2d6533b-7e2a-4d0a-a1b7-01ec1c1316fc",
                    "gambit_id": "6846a833-8c77-4c6f-826e-6eb5eee06602",
                    "last_updated": "2022-10-20T09:42:06.638651-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc30aea-ac6d-4971-9497-6a048421ecc7/?format=api"
                },
                {
                    "id": "38648068-3b14-4b09-bd68-d02a671e6152",
                    "gambit_id": "7f834e7c-13b5-4e35-bb07-9925a895a1ed",
                    "last_updated": "2022-10-20T09:42:06.637675-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc30aea-ac6d-4971-9497-6a048421ecc7/?format=api"
                }
            ]
        }
    ]
}