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/536e756b-cfec-4df3-bb2c-7ea3e6fcf122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "536e756b-cfec-4df3-bb2c-7ea3e6fcf122",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a0755c97-fc65-49f4-accc-aee64be64b2d",
    "completed": true,
    "last_updated": "2022-08-06T12:51:55.873342-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.01,
    "sport_category": "League of Legends - LPL Summer Split",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/a0755c97-fc65-49f4-accc-aee64be64b2d",
    "datetime": "2022-08-05T05:15:00-04:00",
    "cutoff_datetime": "2022-08-05T05:15:00-04:00",
    "name": "Top Esports v. LGD Gaming",
    "bettypes": [
        {
            "id": "ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9",
            "match": "https://api-prod.gambitprofit.com/api/matches/536e756b-cfec-4df3-bb2c-7ea3e6fcf122/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Top Esports",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10200.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 13.33,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Top Esports",
                        "amount": 9001.0
                    },
                    {
                        "team": "LGD Gaming",
                        "amount": 999.0
                    }
                ],
                "expected_reward_tokens": 9180.81,
                "profit_sb": 180.81,
                "profit_sb_percentage": 2.01,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a74e9a2e-dd46-45b3-b26b-f718e4cbfb77",
                    "gambit_id": "a5215fc7-4c92-4bdd-acfa-882ffa049ae2",
                    "last_updated": "2022-08-06T12:51:55.874557-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Top Esports",
                    "reward": "1.02000",
                    "odds": "1.02000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9/?format=api"
                },
                {
                    "id": "42094fbd-7d26-4cd0-9d2d-0929d4db57c7",
                    "gambit_id": "38af043e-7b5c-4b80-8197-3add51d75c54",
                    "last_updated": "2022-08-06T12:51:55.874137-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LGD Gaming",
                    "reward": "9.19000",
                    "odds": "10.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9/?format=api"
                }
            ]
        }
    ]
}