GET /api/bet_types/b7f65845-5c9d-4b85-841d-fad5adedf04e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7f65845-5c9d-4b85-841d-fad5adedf04e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3379eea0-cac1-45fa-a218-fd5125d0fc01/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:06.142507-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9006313-e7f2-4bfa-9aa9-1f5d0255ad66",
            "gambit_id": "f77c2747-ca20-41be-9c29-4f8bbf959fe6",
            "last_updated": "2023-11-15T22:43:00.537748-05:00",
            "created_at": "2023-11-14T09:13:06.149850-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f65845-5c9d-4b85-841d-fad5adedf04e/?format=api"
        },
        {
            "id": "d83da14d-f3f6-481a-8537-86eda0089b08",
            "gambit_id": "d006b2ee-7385-46ca-a8ef-944210cd7856",
            "last_updated": "2023-11-15T22:43:00.534196-05:00",
            "created_at": "2023-11-14T09:13:06.146096-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f65845-5c9d-4b85-841d-fad5adedf04e/?format=api"
        }
    ]
}