GET /api/bet_types/3771c843-ad25-4b33-aa6f-b3d40b289574/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3771c843-ad25-4b33-aa6f-b3d40b289574",
    "match": "https://api-prod.gambitprofit.com/api/matches/03590bc6-fd43-4684-abf5-3092bd69fadc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-31T09:23:02.492877-04: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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d6eb9c4-fb15-4481-a496-bc7d8c2ab506",
            "gambit_id": "13e18a7f-7e7f-4ebc-85e4-bf36b770b9fa",
            "last_updated": "2023-11-01T09:23:18.934236-04:00",
            "created_at": "2023-10-31T09:23:02.499002-04:00",
            "name": "Game Total Over 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3771c843-ad25-4b33-aa6f-b3d40b289574/?format=api"
        },
        {
            "id": "ff8dcd88-d62c-4245-adcd-df4c62ff983f",
            "gambit_id": "1bc9a3bf-33af-40a8-af6f-9191011ac587",
            "last_updated": "2023-11-01T09:23:18.938007-04:00",
            "created_at": "2023-10-31T09:23:02.504042-04:00",
            "name": "Game Total Under 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3771c843-ad25-4b33-aa6f-b3d40b289574/?format=api"
        }
    ]
}