GET /api/bet_types/3bc1c294-9cf2-4c0d-8f4e-749dfc3ce167/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bc1c294-9cf2-4c0d-8f4e-749dfc3ce167",
    "match": "https://api-prod.gambitprofit.com/api/matches/e22bdff9-c44f-47fb-81ad-99d41a300dfd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:33:33.804040-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1da9368-6e66-40bb-b2f7-e4eaafa063a6",
            "gambit_id": "1cfd3c64-ca59-40fb-9a62-41179ef397e0",
            "last_updated": "2023-11-12T11:18:23.090285-05:00",
            "created_at": "2023-11-10T08:33:33.814432-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc1c294-9cf2-4c0d-8f4e-749dfc3ce167/?format=api"
        },
        {
            "id": "c1be4110-77f8-4e0a-bf30-994d4f5898ac",
            "gambit_id": "85f06cd6-8fb2-49dd-be91-df132f1d98b2",
            "last_updated": "2023-11-12T11:18:23.093745-05:00",
            "created_at": "2023-11-10T08:33:33.809136-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc1c294-9cf2-4c0d-8f4e-749dfc3ce167/?format=api"
        }
    ]
}