GET /api/bet_types/87b7ced1-e91a-45e0-8fdf-088be9dfc839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87b7ced1-e91a-45e0-8fdf-088be9dfc839",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1383ab1-ece9-4733-8926-e350e7cd3679/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:33:06.929015-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d89d63e-d78f-4a22-91c1-b8d933b57e9e",
            "gambit_id": "2fabbd62-375e-44ab-9eb7-61b4ec1b6b50",
            "last_updated": "2023-11-10T11:28:24.104449-05:00",
            "created_at": "2023-11-08T08:33:06.933105-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87b7ced1-e91a-45e0-8fdf-088be9dfc839/?format=api"
        },
        {
            "id": "00956172-bfc4-4b2f-b75b-c4522bea5c96",
            "gambit_id": "2f7512fa-fd56-40aa-93ca-dbe10d1efc1d",
            "last_updated": "2023-11-10T11:28:24.107686-05:00",
            "created_at": "2023-11-08T08:33:06.937332-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87b7ced1-e91a-45e0-8fdf-088be9dfc839/?format=api"
        }
    ]
}