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/a261f020-0fa4-4d7a-baa7-bfd1fb23430f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a261f020-0fa4-4d7a-baa7-bfd1fb23430f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3e52e418-1c39-4e8e-a1a3-aaf755a53f2a",
    "completed": true,
    "last_updated": "2022-11-01T14:35:23.454637-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.95,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/3e52e418-1c39-4e8e-a1a3-aaf755a53f2a",
    "datetime": "2022-10-31T13:45:00-04:00",
    "cutoff_datetime": "2022-10-31T13:45:00-04:00",
    "name": "Cloud9 v. Fnatic",
    "bettypes": [
        {
            "id": "253bc435-844c-425e-9603-12067eb2999e",
            "match": "https://api-prod.gambitprofit.com/api/matches/a261f020-0fa4-4d7a-baa7-bfd1fb23430f/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Cloud9",
                        "amount": 5775.0
                    },
                    {
                        "team": "Fnatic",
                        "amount": 4225.0
                    }
                ],
                "expected_reward_tokens": 9124.5,
                "profit_sb": -375.5,
                "profit_sb_percentage": -3.95,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cf966d0e-d53a-4137-9ae8-d448c55b68f7",
                    "gambit_id": "111cfd3e-88b8-4eea-a9c2-005ebe293fbc",
                    "last_updated": "2022-11-01T14:35:23.457195-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cloud9",
                    "reward": "1.58000",
                    "odds": "1.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253bc435-844c-425e-9603-12067eb2999e/?format=api"
                },
                {
                    "id": "da6de79c-035f-46c7-9c29-285badc33dce",
                    "gambit_id": "8a656532-1f90-4888-9a15-e6117b50f60c",
                    "last_updated": "2022-11-01T14:35:23.458329-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Fnatic",
                    "reward": "2.16000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253bc435-844c-425e-9603-12067eb2999e/?format=api"
                }
            ]
        }
    ]
}