GET /api/bet_types/1422865d-b340-434f-905e-e426a3f63b4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1422865d-b340-434f-905e-e426a3f63b4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e32fb1f-0ca4-47ad-b596-455a1966358d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:03.855585-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": "Green Bay Packers",
                "amount": 5107.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ba9b83f-6d92-460e-91f4-a15c398802d9",
            "gambit_id": "c9f44598-3d10-457f-9f10-4d3f391979c3",
            "last_updated": "2023-12-26T20:13:05.344015-05:00",
            "created_at": "2023-12-20T11:13:03.860302-05:00",
            "name": "Green Bay Packers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1422865d-b340-434f-905e-e426a3f63b4e/?format=api"
        },
        {
            "id": "221f5cce-82bd-4a5b-a209-40c89103074f",
            "gambit_id": "d307e7f4-3569-4283-a075-a5740d6fd007",
            "last_updated": "2023-12-26T20:13:05.348006-05:00",
            "created_at": "2023-12-20T11:13:03.866096-05:00",
            "name": "Carolina Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1422865d-b340-434f-905e-e426a3f63b4e/?format=api"
        }
    ]
}