GET /api/bet_types/a0cd3aa9-ff70-4812-ac9c-1ab71268f303/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0cd3aa9-ff70-4812-ac9c-1ab71268f303",
    "match": "https://api-prod.gambitprofit.com/api/matches/a10122f6-a856-442e-8d5a-ed5c64aa1d87/?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": 6336.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "62f4ef8e-9eb7-416e-83b0-fabbaa985e94",
            "gambit_id": "71711c0f-ec9d-4650-9f29-4a2b403d7ce2",
            "last_updated": "2022-12-08T13:02:13.678354-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0cd3aa9-ff70-4812-ac9c-1ab71268f303/?format=api"
        },
        {
            "id": "b8f64b46-0bc2-40ad-a3b3-e1f30e603ea7",
            "gambit_id": "4e5c526a-51b4-4d8c-8a6a-e0f128af0ede",
            "last_updated": "2022-12-08T13:02:13.677365-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0cd3aa9-ff70-4812-ac9c-1ab71268f303/?format=api"
        }
    ]
}