GET /api/bet_types/0477178a-33ae-4d6e-9101-c4b45a129a85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0477178a-33ae-4d6e-9101-c4b45a129a85",
    "match": "https://api-prod.gambitprofit.com/api/matches/6893d2fc-39fd-4836-9649-2851cb74d040/?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 Under 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9c1898a-7368-48fe-8a89-df60e718d1d5",
            "gambit_id": "4a7d0b7a-99e3-439d-8db0-8220b70ad6cf",
            "last_updated": "2022-10-24T10:57:24.392885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0477178a-33ae-4d6e-9101-c4b45a129a85/?format=api"
        },
        {
            "id": "09ad5aeb-4f3d-40ae-8cef-3ac284d878e5",
            "gambit_id": "9b34fc06-8591-43e7-a7bb-75a2baceabca",
            "last_updated": "2022-10-24T10:57:24.393933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0477178a-33ae-4d6e-9101-c4b45a129a85/?format=api"
        }
    ]
}