GET /api/bet_types/58afbe3a-2f36-40da-8ef4-baf3f0bc8b71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58afbe3a-2f36-40da-8ef4-baf3f0bc8b71",
    "match": "https://api-prod.gambitprofit.com/api/matches/32fe9b50-4535-4850-970c-6380bc9c3a0c/?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": "Cincinnati Bengals",
                "amount": 7269.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 2731.0
            }
        ],
        "expected_reward_tokens": 9230.78,
        "profit_sb": 230.78,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "95f280fc-abce-4668-86f0-76661e121764",
            "gambit_id": "845692e5-6fdf-4dc9-96e3-a18ae8c0a578",
            "last_updated": "2022-11-07T09:58:10.149352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58afbe3a-2f36-40da-8ef4-baf3f0bc8b71/?format=api"
        },
        {
            "id": "0d5de91a-810d-4c1a-b075-86a248eb4817",
            "gambit_id": "0bfb1891-670c-41b5-bd28-28f1e15461ea",
            "last_updated": "2022-11-07T09:58:10.150435-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "3.38000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58afbe3a-2f36-40da-8ef4-baf3f0bc8b71/?format=api"
        }
    ]
}