GET /api/bet_types/c8d3029d-bd14-471f-bf9a-6da1ab68ed34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8d3029d-bd14-471f-bf9a-6da1ab68ed34",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df79867-86d7-4ccc-bc56-c1de0be912d1/?format=api",
    "name": "Play the Odds",
    "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": "New Jersey Devils",
                "amount": 6763.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3237.0
            }
        ],
        "expected_reward_tokens": 9128.34,
        "profit_sb": 128.34,
        "profit_sb_percentage": 1.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5eef3e5-0d99-47ba-a8db-e621435bc36a",
            "gambit_id": "739eae70-0d2f-40ef-b9c8-fd3ff760d0a9",
            "last_updated": "2022-12-21T22:37:05.560304-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d3029d-bd14-471f-bf9a-6da1ab68ed34/?format=api"
        },
        {
            "id": "3686241d-d41d-4d29-8768-71f475a2551d",
            "gambit_id": "13e43248-07fb-4430-98dd-6c2ff4ad69a1",
            "last_updated": "2022-12-21T22:37:05.559225-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.82000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d3029d-bd14-471f-bf9a-6da1ab68ed34/?format=api"
        }
    ]
}