GET /api/bet_types/9551d21f-aedd-47f8-85b8-9f5c70918e5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9551d21f-aedd-47f8-85b8-9f5c70918e5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3588145b-df44-49ff-adc8-554413181bd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:24.258131-04: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": "Houston Texans",
                "amount": 5107.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f64d661e-ef46-4346-864a-919829129515",
            "gambit_id": "870db62c-e819-4314-b6b5-2a5fb940315d",
            "last_updated": "2023-09-11T11:13:24.954586-04:00",
            "created_at": "2023-09-06T22:48:24.262117-04:00",
            "name": "Houston Texans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9551d21f-aedd-47f8-85b8-9f5c70918e5f/?format=api"
        },
        {
            "id": "7fa3395a-24ca-4f31-a627-79d068986b60",
            "gambit_id": "e2b0409e-30b8-4968-a821-4bb13a640f78",
            "last_updated": "2023-09-11T11:13:24.951322-04:00",
            "created_at": "2023-09-06T22:48:24.266382-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9551d21f-aedd-47f8-85b8-9f5c70918e5f/?format=api"
        }
    ]
}