GET /api/bet_types/8e258a77-f457-4446-8243-8bf9142ef133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e258a77-f457-4446-8243-8bf9142ef133",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d7c76c-e050-4dbf-9138-d054e03fae4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-25T09:23:04.707930-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 247.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 247.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32eb106b-cef9-476e-ae65-332f7bc5f026",
            "gambit_id": "5c8adce8-4907-4147-a922-b5a3343f5ade",
            "last_updated": "2023-11-27T10:23:24.426046-05:00",
            "created_at": "2023-11-25T09:23:04.711838-05:00",
            "name": "Game Total Over 247.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "247.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e258a77-f457-4446-8243-8bf9142ef133/?format=api"
        },
        {
            "id": "96a64d29-8320-4899-b481-d49cd8e3dbb2",
            "gambit_id": "918a9065-c0e9-451b-a2d9-1bd9707d9b18",
            "last_updated": "2023-11-27T10:23:24.429279-05:00",
            "created_at": "2023-11-25T09:23:04.715607-05:00",
            "name": "Game Total Under 247.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "247.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e258a77-f457-4446-8243-8bf9142ef133/?format=api"
        }
    ]
}