GET /api/bet_types/f416c0fc-28dd-4b9f-8563-e8e630b0fde1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f416c0fc-28dd-4b9f-8563-e8e630b0fde1",
    "match": "https://api-prod.gambitprofit.com/api/matches/aac6dc37-57a2-4f11-a1e0-d1aa6f9ce0f9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d30d939-8469-43d1-a3a4-fefb9e1b4c90",
            "gambit_id": "d2a99669-eef5-4888-b893-5b18fedc11e0",
            "last_updated": "2022-12-12T09:37:28.585991-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f416c0fc-28dd-4b9f-8563-e8e630b0fde1/?format=api"
        },
        {
            "id": "1d4e93ff-1dcb-4b04-a3e4-53cb272067f3",
            "gambit_id": "ee6d52f2-fd7f-4265-a347-97ad5e6a4fe0",
            "last_updated": "2022-12-12T09:37:28.587034-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f416c0fc-28dd-4b9f-8563-e8e630b0fde1/?format=api"
        }
    ]
}