GET /api/bet_types/74d018d3-8f16-4935-81b2-14dfa232878d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74d018d3-8f16-4935-81b2-14dfa232878d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5566782-21ab-41e3-9152-1975823394e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:03.263998-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 York Rangers",
                "amount": 6900.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8bf9192-2472-4e6d-9f41-36163af07bc1",
            "gambit_id": "2c10de5d-7849-4b1c-854f-c4fcc81f131d",
            "last_updated": "2023-11-27T10:18:23.405599-05:00",
            "created_at": "2023-11-25T09:23:03.271164-05:00",
            "name": "New York Rangers",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d018d3-8f16-4935-81b2-14dfa232878d/?format=api"
        },
        {
            "id": "9cdb993c-b0c7-44fb-be01-c5694592ff5a",
            "gambit_id": "ebd49160-272f-4570-bab1-c876111b33da",
            "last_updated": "2023-11-27T10:18:23.401266-05:00",
            "created_at": "2023-11-25T09:23:03.267388-05:00",
            "name": "Boston Bruins",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d018d3-8f16-4935-81b2-14dfa232878d/?format=api"
        }
    ]
}