GET /api/bet_types/f9dcd5da-0fa2-4261-aa15-cf2e00fd981f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9dcd5da-0fa2-4261-aa15-cf2e00fd981f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb8f2946-d498-4ba8-908b-add64e4daf26/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T10:03:17.970831-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc1de82d-493a-45a3-93b7-8be081e8a808",
            "gambit_id": "57ba35c0-44c7-4e2f-8c0c-e3064138a9b9",
            "last_updated": "2023-12-22T15:23:25.988333-05:00",
            "created_at": "2023-12-20T10:03:17.980158-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9dcd5da-0fa2-4261-aa15-cf2e00fd981f/?format=api"
        },
        {
            "id": "11b7c1a2-c97d-4e63-918c-df4eb1e2278c",
            "gambit_id": "8d8fd99e-87b3-4196-a31e-f4116922f280",
            "last_updated": "2023-12-22T15:23:25.985153-05:00",
            "created_at": "2023-12-20T10:03:17.975322-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9dcd5da-0fa2-4261-aa15-cf2e00fd981f/?format=api"
        }
    ]
}