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/f94efa4f-0f27-4996-8cc8-b6a6b50c3c0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f94efa4f-0f27-4996-8cc8-b6a6b50c3c0f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "26d09c81-fc4b-413a-b455-5c02102513d9",
    "completed": true,
    "last_updated": "2022-09-26T10:37:11.782682-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.34,
    "sport_category": "Presidents Cup",
    "sport": "Golf",
    "url": "https://app.gambitrewards.com/match/26d09c81-fc4b-413a-b455-5c02102513d9",
    "datetime": "2022-09-22T10:00:00-04:00",
    "cutoff_datetime": "2022-09-22T10:00:00-04:00",
    "name": "Presidents Cup: To Win Outright",
    "bettypes": [
        {
            "id": "b7406664-d71a-434d-9f24-0f781959f840",
            "match": "https://api-prod.gambitprofit.com/api/matches/f94efa4f-0f27-4996-8cc8-b6a6b50c3c0f/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "USA",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10300.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 14.44,
                "recommended": true
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "USA",
                        "amount": 9364.0
                    },
                    {
                        "team": "Internationals",
                        "amount": 636.0
                    }
                ],
                "expected_reward_tokens": 9641.76,
                "profit_sb": 641.76,
                "profit_sb_percentage": 7.13,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "USA",
                        "amount": 8942.0
                    },
                    {
                        "team": "Internationals",
                        "amount": 608.0
                    },
                    {
                        "team": "Tie",
                        "amount": 450.0
                    }
                ],
                "expected_reward_tokens": 9210.26,
                "profit_sb": 210.26,
                "profit_sb_percentage": 2.34,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7422575c-c919-49b2-a10e-141969761b3c",
                    "gambit_id": "85c22122-1a9b-4531-b442-975f6ec6a954",
                    "last_updated": "2022-09-26T10:37:11.788239-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USA",
                    "reward": "1.03000",
                    "odds": "1.03000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
                },
                {
                    "id": "3084fb1d-815c-4a4b-a0d5-f2d93e8b7f23",
                    "gambit_id": "17a7285b-3b5e-4194-9c87-487e97f3b757",
                    "last_updated": "2022-09-26T10:37:11.785869-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Internationals",
                    "reward": "15.16000",
                    "odds": "17.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
                },
                {
                    "id": "c915795d-9d63-4b34-acff-42f9f558ed96",
                    "gambit_id": "35f8d5c3-0203-4736-b2cd-60179af84d74",
                    "last_updated": "2022-09-26T10:37:11.787117-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tie",
                    "reward": "20.47000",
                    "odds": "23.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
                }
            ]
        }
    ]
}