GET /api/bet_types/bd5b61ab-2ff4-42f6-a8c9-f7d8342871e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd5b61ab-2ff4-42f6-a8c9-f7d8342871e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cef7f0f3-f3f6-4efb-a910-65b82491ff96/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:38:34.946672-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "88e64f32-7d47-4cd8-aed2-886a02370c6b",
            "gambit_id": "757e9848-a9b2-4093-99c2-18e2b899f8e6",
            "last_updated": "2023-11-12T11:23:26.682373-05:00",
            "created_at": "2023-11-10T08:38:34.951450-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5b61ab-2ff4-42f6-a8c9-f7d8342871e7/?format=api"
        },
        {
            "id": "e2acaca9-7b8f-4443-a7dc-de63bbd1a5b8",
            "gambit_id": "f6ef1804-83bf-4ffe-9606-1ee78970c0f0",
            "last_updated": "2023-11-12T11:23:26.686085-05:00",
            "created_at": "2023-11-10T08:38:34.955358-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5b61ab-2ff4-42f6-a8c9-f7d8342871e7/?format=api"
        }
    ]
}