GET /api/bet_types/193a85cb-9edd-4240-a4c2-43d8ca701eaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "193a85cb-9edd-4240-a4c2-43d8ca701eaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0caaf173-cb0e-4022-bb12-441612a04482/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4a6e471-a368-4133-aa8c-31e933442448",
            "gambit_id": "7d722c8d-d2ed-46b8-b76e-86cd4f3e0d2a",
            "last_updated": "2022-10-11T11:32:03.923619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a85cb-9edd-4240-a4c2-43d8ca701eaf/?format=api"
        },
        {
            "id": "f4eb1bd3-68cf-4581-b8e2-e6031e6a3a50",
            "gambit_id": "78d77700-fb84-4a69-96a6-b7cfa32f154a",
            "last_updated": "2022-10-11T11:32:03.922639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a85cb-9edd-4240-a4c2-43d8ca701eaf/?format=api"
        }
    ]
}