GET /api/bet_types/bad4e8c9-09ca-4556-8993-f65d70e3cf99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bad4e8c9-09ca-4556-8993-f65d70e3cf99",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded55136-46c6-41b2-9d09-85017d0b5f17/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:00.833687-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8866d11-2a93-4441-ba0e-510302ac981c",
            "gambit_id": "d45c0f0f-583b-4f96-919f-eb98976ac2c9",
            "last_updated": "2023-04-19T13:52:31.044287-04:00",
            "created_at": "2023-04-18T12:12:00.838265-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad4e8c9-09ca-4556-8993-f65d70e3cf99/?format=api"
        },
        {
            "id": "67a9a265-a3b7-4ed4-b983-715aabd7c28d",
            "gambit_id": "ce1fe327-e9e1-4055-85ed-cf784f86988a",
            "last_updated": "2023-04-19T13:52:31.049293-04:00",
            "created_at": "2023-04-18T12:12:00.835921-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad4e8c9-09ca-4556-8993-f65d70e3cf99/?format=api"
        }
    ]
}