GET /api/bet_types/e0aab8d6-8cda-49e1-a8c6-b0e61885d7a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0aab8d6-8cda-49e1-a8c6-b0e61885d7a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/426e45ca-7087-4530-87e8-c37b109f3c98/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:47:59.600016-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36291596-fd2b-4f2a-a771-fd7fb7719280",
            "gambit_id": "e058c15e-31d8-46ce-86af-4af8e3709f27",
            "last_updated": "2023-12-21T10:38:21.937688-05:00",
            "created_at": "2023-12-19T08:47:59.610410-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0aab8d6-8cda-49e1-a8c6-b0e61885d7a4/?format=api"
        },
        {
            "id": "fc458dc6-1ab8-4e2d-97a0-cb303cbf7e62",
            "gambit_id": "636da0a0-a93e-4c1e-8cc8-66c5ce163f7e",
            "last_updated": "2023-12-21T10:38:21.941083-05:00",
            "created_at": "2023-12-19T08:47:59.623832-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0aab8d6-8cda-49e1-a8c6-b0e61885d7a4/?format=api"
        }
    ]
}