GET /api/bet_types/e14df1b7-bdf8-4aae-af0c-2594954fc687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14df1b7-bdf8-4aae-af0c-2594954fc687",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd067da5-3d91-48d8-ac25-7335b1645975/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-29T08:38:26.251386-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": "Game Total Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96e770f6-185f-41c6-b559-50e326400094",
            "gambit_id": "1e7de94e-4170-455d-8a1e-4e0a3a8031fd",
            "last_updated": "2023-06-30T10:33:06.691537-04:00",
            "created_at": "2023-06-29T08:38:26.254826-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14df1b7-bdf8-4aae-af0c-2594954fc687/?format=api"
        },
        {
            "id": "16fc43f8-835b-463f-b853-4c791f9c9d68",
            "gambit_id": "d33e909c-2429-463b-bc99-c14041cb8a3d",
            "last_updated": "2023-06-30T10:33:06.688932-04:00",
            "created_at": "2023-06-29T08:38:26.253051-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14df1b7-bdf8-4aae-af0c-2594954fc687/?format=api"
        }
    ]
}