GET /api/bet_types/52564d5e-d477-45a5-9a9c-5767f0fd90f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52564d5e-d477-45a5-9a9c-5767f0fd90f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/088ab766-8af1-44b8-a49e-c1f837c5e139/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:15.675798-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": "Seattle Kraken",
                "amount": 6864.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c289e01f-15a2-4f7e-9e89-85e54cd93599",
            "gambit_id": "b63785a8-945d-444f-b9bf-516cc7b96b1c",
            "last_updated": "2023-12-11T11:28:02.400671-05:00",
            "created_at": "2023-12-09T08:48:15.684990-05:00",
            "name": "Seattle Kraken",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52564d5e-d477-45a5-9a9c-5767f0fd90f8/?format=api"
        },
        {
            "id": "b01ab443-4439-4f88-9d49-18eaad56b510",
            "gambit_id": "e0ba5afb-32ef-4763-8926-80f9c408ef7f",
            "last_updated": "2023-12-11T11:28:02.396872-05:00",
            "created_at": "2023-12-09T08:48:15.680086-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52564d5e-d477-45a5-9a9c-5767f0fd90f8/?format=api"
        }
    ]
}