GET /api/bet_types/f53aba4d-128a-4fe8-92f1-890dabdbaa34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f53aba4d-128a-4fe8-92f1-890dabdbaa34",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b239fa6-499e-4fdf-8729-225d61a93b7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-14T09:28:02.657379-04: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": "Boston Bruins",
                "amount": 6222.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "1be2f5ac-312f-4660-babf-14ee8ca57e27",
            "gambit_id": "8fb5d081-f968-40fd-8518-59c718d4c59f",
            "last_updated": "2023-10-16T18:13:01.652028-04:00",
            "created_at": "2023-10-14T09:28:02.675516-04:00",
            "name": "Boston Bruins",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53aba4d-128a-4fe8-92f1-890dabdbaa34/?format=api"
        },
        {
            "id": "bafad51d-0170-43dd-8c7b-11d29aa6feef",
            "gambit_id": "39da3659-dd89-43c1-91b9-1f809de99051",
            "last_updated": "2023-10-16T18:13:01.646938-04:00",
            "created_at": "2023-10-14T09:28:02.666391-04:00",
            "name": "Nashville Predators",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53aba4d-128a-4fe8-92f1-890dabdbaa34/?format=api"
        }
    ]
}