GET /api/bet_types/50e301f5-2bb2-44b4-9b1a-23c515c58454/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50e301f5-2bb2-44b4-9b1a-23c515c58454",
    "match": "https://api-prod.gambitprofit.com/api/matches/9791bac8-3034-4edd-867f-b81e4b08b572/?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": "MIL",
                "amount": 5916.0
            },
            {
                "team": "LOS",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1da42ef-6d9e-4581-997d-8b38916abae0",
            "gambit_id": "9328a2da-dd1d-4318-90fd-c65056c85880",
            "last_updated": "2022-08-24T10:12:03.374635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e301f5-2bb2-44b4-9b1a-23c515c58454/?format=api"
        },
        {
            "id": "fb7f51a2-deda-4043-932c-e670444491e6",
            "gambit_id": "8ca944bb-15be-4527-a1c1-f5974b752b26",
            "last_updated": "2022-08-24T10:12:03.374210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e301f5-2bb2-44b4-9b1a-23c515c58454/?format=api"
        }
    ]
}