GET /api/bet_types/21ffd9e8-ee3e-4525-ac47-2074f7856b2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21ffd9e8-ee3e-4525-ac47-2074f7856b2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d8d372-20df-4b72-aec1-c2723de5e1c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:00.587792-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": "New York Islanders",
                "amount": 6100.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "2101dd57-560c-40e8-9a36-53307d1a0743",
            "gambit_id": "f2cca6ad-955f-4871-b52f-f7c3ced0a531",
            "last_updated": "2023-04-03T20:27:19.349095-04:00",
            "created_at": "2023-04-02T13:52:00.592054-04:00",
            "name": "New York Islanders",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ffd9e8-ee3e-4525-ac47-2074f7856b2c/?format=api"
        },
        {
            "id": "c72427d4-c595-4d5d-99fc-a04a72caa90b",
            "gambit_id": "18abfc5d-06a2-46fa-9cf7-036a8b2f43cd",
            "last_updated": "2023-04-03T20:27:19.346506-04:00",
            "created_at": "2023-04-02T13:52:00.589869-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ffd9e8-ee3e-4525-ac47-2074f7856b2c/?format=api"
        }
    ]
}