GET /api/bet_types/1adde03d-d34a-4351-bd96-fab08397b6e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1adde03d-d34a-4351-bd96-fab08397b6e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a50152-7829-44e2-8d71-bb4cb9f460ae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:08.520503-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a2c3223-963c-4280-8191-7bc5d69ac028",
            "gambit_id": "52631d12-c745-481c-a927-ed6715122a9f",
            "last_updated": "2023-11-13T13:53:04.856767-05:00",
            "created_at": "2023-11-11T08:53:08.525179-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adde03d-d34a-4351-bd96-fab08397b6e7/?format=api"
        },
        {
            "id": "eb46ec46-8b87-417b-9791-84a606363699",
            "gambit_id": "37e77bd1-b0f4-45d8-9664-ddf7ad3876a3",
            "last_updated": "2023-11-13T13:53:04.860368-05:00",
            "created_at": "2023-11-11T08:53:08.528930-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adde03d-d34a-4351-bd96-fab08397b6e7/?format=api"
        }
    ]
}