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/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d4ef85a2-59f3-48d5-ab16-82e549edb7a6",
    "completed": true,
    "last_updated": "2023-11-30T11:23:13.295542-05:00",
    "created_at": "2023-11-29T10:38:02.764853-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.08,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/d4ef85a2-59f3-48d5-ab16-82e549edb7a6",
    "datetime": "2023-11-29T22:37:00-05:00",
    "cutoff_datetime": "2023-11-29T22:37:00-05:00",
    "name": "Washington Capitals v. Los Angeles Kings",
    "bettypes": [
        {
            "id": "6083b6fc-4c29-4dbc-8308-fdf402e065f6",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-11-29T10:38:02.770056-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": "Los Angeles Kings",
                        "amount": 6458.0
                    },
                    {
                        "team": "Washington Capitals",
                        "amount": 3542.0
                    }
                ],
                "expected_reward_tokens": 9492.56,
                "profit_sb": -7.44,
                "profit_sb_percentage": -0.08,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a244ced3-1173-4c27-90f2-74dcf2d8e1ed",
                    "gambit_id": "e072b89c-0899-47d0-8d6b-c528b532fdac",
                    "last_updated": "2023-11-30T11:23:13.317178-05:00",
                    "created_at": "2023-11-29T10:38:02.793635-05:00",
                    "name": "Los Angeles Kings",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6083b6fc-4c29-4dbc-8308-fdf402e065f6/?format=api"
                },
                {
                    "id": "03011ac5-71f3-4b2b-a935-cd0409525c2d",
                    "gambit_id": "4061f292-6908-4069-8521-2ebaab3bd3fe",
                    "last_updated": "2023-11-30T11:23:13.313409-05:00",
                    "created_at": "2023-11-29T10:38:02.789104-05:00",
                    "name": "Washington Capitals",
                    "reward": "2.68000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6083b6fc-4c29-4dbc-8308-fdf402e065f6/?format=api"
                }
            ]
        },
        {
            "id": "b63acef1-e8b1-4d92-943d-b247834fcb5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-11-29T10:38:02.798159-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": "Washington Capitals",
                        "amount": 5599.0
                    },
                    {
                        "team": "Los Angeles Kings",
                        "amount": 4401.0
                    }
                ],
                "expected_reward_tokens": 9462.15,
                "profit_sb": -37.85,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c599f1cc-b0e2-4f4c-9dd2-a4216918d95b",
                    "gambit_id": "d99a87d1-6e3a-4a60-8872-e735f5b4595d",
                    "last_updated": "2023-11-30T11:23:13.323469-05:00",
                    "created_at": "2023-11-29T10:38:02.802313-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63acef1-e8b1-4d92-943d-b247834fcb5a/?format=api"
                },
                {
                    "id": "dffba903-0166-4c10-af9f-c14a7490c63b",
                    "gambit_id": "f990a412-96b1-4b4d-b95d-28b1f6981d8e",
                    "last_updated": "2023-11-30T11:23:13.326928-05:00",
                    "created_at": "2023-11-29T10:38:02.806182-05:00",
                    "name": "Los Angeles Kings",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63acef1-e8b1-4d92-943d-b247834fcb5a/?format=api"
                }
            ]
        },
        {
            "id": "cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
            "name": "Over/Under",
            "created_at": "2023-11-29T10:38:02.810688-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": 5107.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cd1f8efc-4c2e-488a-9fa6-bf1f53fe5b72",
                    "gambit_id": "e092d73a-aefa-41d5-aeb8-cac3c1f54017",
                    "last_updated": "2023-11-30T11:23:13.335374-05:00",
                    "created_at": "2023-11-29T10:38:02.814551-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049/?format=api"
                },
                {
                    "id": "b4189f93-b1a1-4c72-9bf1-46e54dd1e1ad",
                    "gambit_id": "7b98432b-b0de-4109-87f6-ddcf1f89e599",
                    "last_updated": "2023-11-30T11:23:13.338531-05:00",
                    "created_at": "2023-11-29T10:38:02.819435-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049/?format=api"
                }
            ]
        }
    ]
}