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/724e85d3-826b-4024-b17f-b16f47066211/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "724e85d3-826b-4024-b17f-b16f47066211",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b10bd801-c292-4b52-91c7-5c6094df8882",
    "completed": true,
    "last_updated": "2022-12-19T10:47:30.655254-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.16,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/b10bd801-c292-4b52-91c7-5c6094df8882",
    "datetime": "2022-12-17T13:07:00-05:00",
    "cutoff_datetime": "2022-12-17T13:07:00-05:00",
    "name": "Ottawa Senators v. Detroit Red Wings",
    "bettypes": [
        {
            "id": "f7558f17-dde6-456a-9673-580379187c66",
            "match": "https://api-prod.gambitprofit.com/api/matches/724e85d3-826b-4024-b17f-b16f47066211/?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": "Ottawa Senators",
                        "amount": 5097.0
                    },
                    {
                        "team": "Detroit Red Wings",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "090cd049-1c7a-4671-81ad-0a211e3307b5",
                    "gambit_id": "81bc9bf2-bf7d-476f-bca7-f3f9f45011d6",
                    "last_updated": "2022-12-19T10:47:30.665454-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7558f17-dde6-456a-9673-580379187c66/?format=api"
                },
                {
                    "id": "ce2d6eca-a43b-4127-859f-5680409a55e1",
                    "gambit_id": "d92431a0-f746-4be4-82ec-38fea012fea3",
                    "last_updated": "2022-12-19T10:47:30.664415-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7558f17-dde6-456a-9673-580379187c66/?format=api"
                }
            ]
        },
        {
            "id": "fb9e782d-e953-41f8-bd8c-d42c9f79f900",
            "match": "https://api-prod.gambitprofit.com/api/matches/724e85d3-826b-4024-b17f-b16f47066211/?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": "Ottawa Senators",
                        "amount": 6862.0
                    },
                    {
                        "team": "Detroit Red Wings",
                        "amount": 3138.0
                    }
                ],
                "expected_reward_tokens": 9194.34,
                "profit_sb": 194.34,
                "profit_sb_percentage": 2.16,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b406b2ce-9b0c-494f-b547-53e90da196d8",
                    "gambit_id": "19ffb56d-73e0-42c5-9cdf-3ec593ecdd4f",
                    "last_updated": "2022-12-19T10:47:30.662350-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.34000",
                    "odds": "1.38460",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9e782d-e953-41f8-bd8c-d42c9f79f900/?format=api"
                },
                {
                    "id": "13d61142-9546-4d04-9cac-2cfdc004b80b",
                    "gambit_id": "18141253-d83e-4ce7-b9c1-04f9c9c47cc7",
                    "last_updated": "2022-12-19T10:47:30.661269-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Red Wings",
                    "reward": "2.93000",
                    "odds": "3.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9e782d-e953-41f8-bd8c-d42c9f79f900/?format=api"
                }
            ]
        },
        {
            "id": "1c85b5ab-44d9-4660-b087-e1ff7d91f3d4",
            "match": "https://api-prod.gambitprofit.com/api/matches/724e85d3-826b-4024-b17f-b16f47066211/?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": "Game Total Over 6",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "724f744e-c94b-4688-a4bd-0a5a26132ee3",
                    "gambit_id": "c30b72b2-a460-409e-b71f-042bf8b1b023",
                    "last_updated": "2022-12-19T10:47:30.659008-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c85b5ab-44d9-4660-b087-e1ff7d91f3d4/?format=api"
                },
                {
                    "id": "a358cba4-e036-46ce-b8d9-5c73158bf812",
                    "gambit_id": "daf7bec9-3cba-4c4c-965f-a152479582de",
                    "last_updated": "2022-12-19T10:47:30.657940-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c85b5ab-44d9-4660-b087-e1ff7d91f3d4/?format=api"
                }
            ]
        }
    ]
}