GET /api/bet_types/bdc6c731-049d-4575-9a5a-43501aa9a507/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdc6c731-049d-4575-9a5a-43501aa9a507",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b79e35-0637-411a-b2a3-4677c4ecb3cb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:04.696559-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bf91ab4-89da-4535-bebb-f0ac46790dcc",
            "gambit_id": "93cc130b-b558-45c8-aa13-ac76e1f5b45c",
            "last_updated": "2023-11-15T22:48:00.958100-05:00",
            "created_at": "2023-11-14T09:13:04.700343-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc6c731-049d-4575-9a5a-43501aa9a507/?format=api"
        },
        {
            "id": "a2c9d35b-dfe8-4178-a652-9826327742b8",
            "gambit_id": "46983b75-83e5-461a-9116-7623030950d2",
            "last_updated": "2023-11-15T22:48:00.961979-05:00",
            "created_at": "2023-11-14T09:13:04.704318-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc6c731-049d-4575-9a5a-43501aa9a507/?format=api"
        }
    ]
}