GET /api/bet_types/67f1ff74-ff32-4f94-88cd-d8c63d832c94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67f1ff74-ff32-4f94-88cd-d8c63d832c94",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5bca40b-cea5-4788-b224-593a7b980ae3/?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": "Minnesota Wild",
                "amount": 6825.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fb99357-0a70-4a42-842a-d50931e3a3c8",
            "gambit_id": "7239e64c-b656-416b-9df5-cb829771dd01",
            "last_updated": "2022-11-18T09:52:43.623146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f1ff74-ff32-4f94-88cd-d8c63d832c94/?format=api"
        },
        {
            "id": "684a286e-0d39-48af-8104-fa40e54c393b",
            "gambit_id": "ca4ade3d-20bd-49a9-b3ee-ec7e63f177f2",
            "last_updated": "2022-11-18T09:52:43.628476-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f1ff74-ff32-4f94-88cd-d8c63d832c94/?format=api"
        }
    ]
}