GET /api/bet_types/d54047dd-9c29-4616-8641-acef3dc81c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d54047dd-9c29-4616-8641-acef3dc81c19",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bf6ef98-babe-4aea-8317-527e62e89510/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.435877-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": "New Jersey Devils",
                "amount": 6326.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "4981ec7f-aa76-45d9-b2b1-51f2ce975933",
            "gambit_id": "5210fe40-efdc-4da4-95b2-da8b1a51d2ab",
            "last_updated": "2023-01-28T15:22:23.966887-05:00",
            "created_at": "2023-01-27T08:57:17.438692-05:00",
            "name": "New Jersey Devils",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54047dd-9c29-4616-8641-acef3dc81c19/?format=api"
        },
        {
            "id": "2d891e1f-ead2-4807-910e-9cf482796828",
            "gambit_id": "42f45eb5-e9fc-41bc-953d-154c4f0799dd",
            "last_updated": "2023-01-28T15:22:23.965785-05:00",
            "created_at": "2023-01-27T08:57:17.437248-05:00",
            "name": "Dallas Stars",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54047dd-9c29-4616-8641-acef3dc81c19/?format=api"
        }
    ]
}