GET /api/bet_types/5aacdb33-c12c-46e4-9906-409ec44876fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5aacdb33-c12c-46e4-9906-409ec44876fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64ec073-a015-4d80-8b07-c13745f83c3d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T23:57:08.537986-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e0583ae-4145-45ba-af21-f923f55ba6fb",
            "gambit_id": "c57d6c83-7111-4995-9d5c-a8eeec2ac1b0",
            "last_updated": "2023-03-31T10:52:13.078653-04:00",
            "created_at": "2023-03-29T23:57:08.541008-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aacdb33-c12c-46e4-9906-409ec44876fc/?format=api"
        },
        {
            "id": "ced5fd81-f268-49bc-a4f7-49ba6ae4ebe1",
            "gambit_id": "6d86afb1-f558-4f3b-a7dd-5af975615cd3",
            "last_updated": "2023-03-31T10:52:13.080883-04:00",
            "created_at": "2023-03-29T23:57:08.543819-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aacdb33-c12c-46e4-9906-409ec44876fc/?format=api"
        }
    ]
}