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/23e3eea6-86ca-4295-9e2f-c1a0dac39a31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e3eea6-86ca-4295-9e2f-c1a0dac39a31",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "22d859f1-67e9-43b8-9dea-2ff19d9b9bdf",
    "completed": true,
    "last_updated": "2022-12-05T11:52:18.685557-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.61,
    "sport_category": "UFC on ESPN 1",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/22d859f1-67e9-43b8-9dea-2ff19d9b9bdf",
    "datetime": "2022-12-03T22:00:00-05:00",
    "cutoff_datetime": "2022-12-03T22:00:00-05:00",
    "name": "Tai Tuivasa v. Sergei Pavlovich",
    "bettypes": [
        {
            "id": "6f468bab-ac8f-4379-962c-13508043fe48",
            "match": "https://api-prod.gambitprofit.com/api/matches/23e3eea6-86ca-4295-9e2f-c1a0dac39a31/?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": "Sergei Pavlovich",
                        "amount": 6127.0
                    },
                    {
                        "team": "Tai Tuivasa",
                        "amount": 3873.0
                    }
                ],
                "expected_reward_tokens": 8945.42,
                "profit_sb": -54.58,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "de5ef9fe-2e28-4521-9cfa-61f56acb3d0c",
                    "gambit_id": "4cf824c8-49b1-41b2-9fe0-9f44d2d5f188",
                    "last_updated": "2022-12-05T11:52:18.692923-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sergei Pavlovich",
                    "reward": "1.46000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f468bab-ac8f-4379-962c-13508043fe48/?format=api"
                },
                {
                    "id": "5b77c942-992e-4b40-b0fe-5232173df774",
                    "gambit_id": "4a7e84a5-eb00-478b-9c01-99f874989626",
                    "last_updated": "2022-12-05T11:52:18.693927-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tai Tuivasa",
                    "reward": "2.31000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f468bab-ac8f-4379-962c-13508043fe48/?format=api"
                }
            ]
        },
        {
            "id": "7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee",
            "match": "https://api-prod.gambitprofit.com/api/matches/23e3eea6-86ca-4295-9e2f-c1a0dac39a31/?format=api",
            "name": "Over/Under",
            "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": "Total Rounds Under 1.5",
                        "amount": 6548.0
                    },
                    {
                        "team": "Total Rounds Over 1.5",
                        "amount": 3452.0
                    }
                ],
                "expected_reward_tokens": 8905.28,
                "profit_sb": -94.72,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b2080ca4-f7cf-46ae-9af6-271796e6a047",
                    "gambit_id": "06bbb517-925c-4efe-880e-12e0a6524b2f",
                    "last_updated": "2022-12-05T11:52:18.688499-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Total Rounds Under 1.5",
                    "reward": "1.36000",
                    "odds": "1.41670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee/?format=api"
                },
                {
                    "id": "ca66f827-5738-4632-9c1e-fd088b17e9ab",
                    "gambit_id": "822d2688-4c35-45ba-9804-6e433d676bc2",
                    "last_updated": "2022-12-05T11:52:18.689920-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Total Rounds Over 1.5",
                    "reward": "2.58000",
                    "odds": "2.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee/?format=api"
                }
            ]
        }
    ]
}