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/a453d856-5c34-4b02-8c7b-f349fd661a41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a453d856-5c34-4b02-8c7b-f349fd661a41",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ed4ced13-caef-4b40-b331-43bf1ef2cf93",
    "completed": true,
    "last_updated": "2022-10-11T12:12:18.551800-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -5.18,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/ed4ced13-caef-4b40-b331-43bf1ef2cf93",
    "datetime": "2022-10-08T10:00:00-04:00",
    "cutoff_datetime": "2022-10-08T10:00:00-04:00",
    "name": "Manchester City v. Southampton: Penalty",
    "bettypes": [
        {
            "id": "e29ca26d-65ed-4c1d-8455-c97c2ba905de",
            "match": "https://api-prod.gambitprofit.com/api/matches/a453d856-5c34-4b02-8c7b-f349fd661a41/?format=api",
            "name": "FreeForm",
            "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": "No",
                        "amount": 6575.0
                    },
                    {
                        "team": "Yes",
                        "amount": 3425.0
                    }
                ],
                "expected_reward_tokens": 9007.75,
                "profit_sb": -492.25,
                "profit_sb_percentage": -5.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "59f43646-317d-4950-928a-68ef11b9acf5",
                    "gambit_id": "45dfe67e-6aa0-46fa-b356-13e7fb497803",
                    "last_updated": "2022-10-11T12:12:18.554508-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "No",
                    "reward": "1.37000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29ca26d-65ed-4c1d-8455-c97c2ba905de/?format=api"
                },
                {
                    "id": "5fd8794b-e810-4f85-9da9-f0d377abc565",
                    "gambit_id": "2dd23b0f-5fbf-42d3-9c5b-8b1371fd0238",
                    "last_updated": "2022-10-11T12:12:18.555677-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Yes",
                    "reward": "2.63000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29ca26d-65ed-4c1d-8455-c97c2ba905de/?format=api"
                }
            ]
        }
    ]
}