GET /api/bet_types/027357a8-6fc5-44ad-9b0f-a3e0b69bdaf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "027357a8-6fc5-44ad-9b0f-a3e0b69bdaf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddbad3dd-e9c7-480b-9991-68a8cd1b5a53/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:06.615467-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": "09797a87-5860-44e2-aef6-1fbafd4f88ed",
            "gambit_id": "aa39f112-35ce-449a-a006-7023c8a75135",
            "last_updated": "2023-12-23T14:53:21.658853-05:00",
            "created_at": "2023-12-21T09:13:06.619126-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/027357a8-6fc5-44ad-9b0f-a3e0b69bdaf2/?format=api"
        },
        {
            "id": "7b1c9d9f-ba43-4480-b728-7824e83edadf",
            "gambit_id": "6340a01a-6000-4ebf-a751-a5f294e4dd2c",
            "last_updated": "2023-12-23T14:53:21.662024-05:00",
            "created_at": "2023-12-21T09:13:06.622937-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/027357a8-6fc5-44ad-9b0f-a3e0b69bdaf2/?format=api"
        }
    ]
}