GET /api/bet_types/e99b36fa-2066-4809-8e76-62e6a7cbf9b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e99b36fa-2066-4809-8e76-62e6a7cbf9b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb6646b0-6d6e-40d8-ae89-f3b89e38fab4/?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 2.5",
                "amount": 5497.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4503.0
            }
        ],
        "expected_reward_tokens": 8960.11,
        "profit_sb": -39.89,
        "profit_sb_percentage": -0.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "51f3c646-278c-4e03-8fc5-417c7f6da1dc",
            "gambit_id": "47ddeaa3-861f-402c-be03-44abb576a852",
            "last_updated": "2022-09-05T10:52:18.217512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.63000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e99b36fa-2066-4809-8e76-62e6a7cbf9b7/?format=api"
        },
        {
            "id": "75570568-1ddc-4955-9814-34a685e38228",
            "gambit_id": "ca14c7ef-795e-4eba-a4d3-cda796cac96a",
            "last_updated": "2022-09-05T10:52:18.216405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e99b36fa-2066-4809-8e76-62e6a7cbf9b7/?format=api"
        }
    ]
}