GET /api/bet_types/6ea19997-4990-4fac-b169-31ce16e0c51b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ea19997-4990-4fac-b169-31ce16e0c51b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5970cfe-a92d-454c-9a92-a67301528433/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:19.307909-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": "Las Vegas Raiders",
                "amount": 5107.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b591afcb-8641-44c3-b2c9-a1fbfd7bc93c",
            "gambit_id": "9dadb712-8f62-4cb8-b1b8-5ed8589789aa",
            "last_updated": "2023-11-27T20:13:14.861506-05:00",
            "created_at": "2023-11-22T09:13:19.316864-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ea19997-4990-4fac-b169-31ce16e0c51b/?format=api"
        },
        {
            "id": "cc999eba-1b0a-43bb-b267-6390539c9834",
            "gambit_id": "ca8c8350-ed4c-444c-91f4-bf46e701b342",
            "last_updated": "2023-11-27T20:13:14.857498-05:00",
            "created_at": "2023-11-22T09:13:19.312670-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ea19997-4990-4fac-b169-31ce16e0c51b/?format=api"
        }
    ]
}