GET /api/bet_types/ee4cea03-b7cc-4d62-a565-2dc2350daa62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee4cea03-b7cc-4d62-a565-2dc2350daa62",
    "match": "https://api-prod.gambitprofit.com/api/matches/8be57a0d-8fe4-4149-a7ec-50fd8e2810ca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:04.749074-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "13eeac79-2a0d-4582-b31c-5cdf07334475",
            "gambit_id": "9f614dad-76ba-415d-83eb-e4129da371d5",
            "last_updated": "2023-12-23T14:48:18.767728-05:00",
            "created_at": "2023-12-21T09:13:04.753501-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4cea03-b7cc-4d62-a565-2dc2350daa62/?format=api"
        },
        {
            "id": "9ef1c5dc-000b-438a-b796-abe4f08b86eb",
            "gambit_id": "5dd22e87-78dc-437d-b1ed-26c304984d28",
            "last_updated": "2023-12-23T14:48:18.771026-05:00",
            "created_at": "2023-12-21T09:13:04.757583-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4cea03-b7cc-4d62-a565-2dc2350daa62/?format=api"
        }
    ]
}