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/06dff5b2-5eb7-44a5-b65d-2d2793c233fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06dff5b2-5eb7-44a5-b65d-2d2793c233fb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aee3cbea-d0fe-46af-870e-ab9f5752e0a6",
    "completed": true,
    "last_updated": "2022-11-21T11:53:27.212097-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.83,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/aee3cbea-d0fe-46af-870e-ab9f5752e0a6",
    "datetime": "2022-11-19T14:00:00-05:00",
    "cutoff_datetime": "2022-11-19T14:00:00-05:00",
    "name": "Houston v. East Carolina",
    "bettypes": [
        {
            "id": "ccf079e6-0960-4ea6-9be0-1899056cbb3f",
            "match": "https://api-prod.gambitprofit.com/api/matches/06dff5b2-5eb7-44a5-b65d-2d2793c233fb/?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": "East Carolina",
                        "amount": 6482.0
                    },
                    {
                        "team": "Houston",
                        "amount": 3518.0
                    }
                ],
                "expected_reward_tokens": 9074.8,
                "profit_sb": 74.8,
                "profit_sb_percentage": 0.83,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c28c3c3e-410d-4645-aa96-3b774da17774",
                    "gambit_id": "65b627a3-aa17-4027-8982-cdb8b2288120",
                    "last_updated": "2022-11-21T11:53:27.214727-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.40000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf079e6-0960-4ea6-9be0-1899056cbb3f/?format=api"
                },
                {
                    "id": "9285bd5b-6895-45ad-8873-2cd099328bd2",
                    "gambit_id": "0feef807-bd48-4471-8b02-040af64ae70e",
                    "last_updated": "2022-11-21T11:53:27.215776-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "2.58000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf079e6-0960-4ea6-9be0-1899056cbb3f/?format=api"
                }
            ]
        },
        {
            "id": "a48f2bec-11ad-4ced-8792-80176352e7e9",
            "match": "https://api-prod.gambitprofit.com/api/matches/06dff5b2-5eb7-44a5-b65d-2d2793c233fb/?format=api",
            "name": "Play the Odds",
            "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": "Houston",
                        "amount": 5000.0
                    },
                    {
                        "team": "East Carolina",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b5aadf6e-3b93-4c9c-8943-991adad7d6fd",
                    "gambit_id": "c5f80bd5-2592-4591-ad33-376576ffe654",
                    "last_updated": "2022-11-21T11:53:27.218701-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48f2bec-11ad-4ced-8792-80176352e7e9/?format=api"
                },
                {
                    "id": "53a06831-08ad-4f8e-8e40-a8074531c563",
                    "gambit_id": "d7f2462e-b165-43a9-819b-002d0be17e7d",
                    "last_updated": "2022-11-21T11:53:27.217726-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48f2bec-11ad-4ced-8792-80176352e7e9/?format=api"
                }
            ]
        }
    ]
}