GET /api/bet_types/a97c8952-9909-478d-8043-6d70b9567f20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a97c8952-9909-478d-8043-6d70b9567f20",
    "match": "https://api-prod.gambitprofit.com/api/matches/1622b8bc-44aa-499c-9a34-c13d56e26f9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:07.097405-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": "Detroit Red Wings",
                "amount": 6010.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e3d34ca-c520-4438-a905-d7663321d3b3",
            "gambit_id": "e0ae3b6a-0ae4-43b9-8ef5-44e1a9392fcf",
            "last_updated": "2023-12-15T10:53:00.549100-05:00",
            "created_at": "2023-12-14T09:28:07.105376-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97c8952-9909-478d-8043-6d70b9567f20/?format=api"
        },
        {
            "id": "8e232e59-6411-4c87-b794-300080f9f9e4",
            "gambit_id": "b56eb741-2175-4e51-8e52-3da4c65680b7",
            "last_updated": "2023-12-15T10:53:00.544785-05:00",
            "created_at": "2023-12-14T09:28:07.101332-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97c8952-9909-478d-8043-6d70b9567f20/?format=api"
        }
    ]
}