GET /api/bet_types/2bd0fbff-95ef-4e74-822b-b6ab11de078c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bd0fbff-95ef-4e74-822b-b6ab11de078c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9b62383-14b1-42e3-b350-06eeb27e725c/?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": "Carolina Hurricanes",
                "amount": 5974.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "cdf558c8-2fbc-48c1-9170-e49ecde9f8c5",
            "gambit_id": "9000ffc5-b82a-4306-aad4-f7f4b254abad",
            "last_updated": "2022-11-22T10:07:05.029696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bd0fbff-95ef-4e74-822b-b6ab11de078c/?format=api"
        },
        {
            "id": "19b3e741-f564-44ee-82c3-79021f8d7a1f",
            "gambit_id": "d971e21f-4ff6-43cf-b79d-6645ef682ab0",
            "last_updated": "2022-11-22T10:07:05.028721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bd0fbff-95ef-4e74-822b-b6ab11de078c/?format=api"
        }
    ]
}