GET /api/bet_types/96491364-e2c3-4f68-a145-93e6f8c561cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96491364-e2c3-4f68-a145-93e6f8c561cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/37c18c85-6770-49df-8693-32823dc6fa50/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T12:22:07.656384-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd7ad58e-35d6-4d11-9e6d-e9e1480c187e",
            "gambit_id": "47c02915-7e17-498c-a1a8-7161357c36d6",
            "last_updated": "2023-03-11T16:07:12.406651-05:00",
            "created_at": "2023-03-10T12:22:07.659579-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96491364-e2c3-4f68-a145-93e6f8c561cc/?format=api"
        },
        {
            "id": "fe5ac40c-23b2-4be0-93c8-95be877dbc18",
            "gambit_id": "49240b8b-53ef-40a4-9b88-0bbf95abd4dc",
            "last_updated": "2023-03-11T16:07:12.405525-05:00",
            "created_at": "2023-03-10T12:22:07.658089-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96491364-e2c3-4f68-a145-93e6f8c561cc/?format=api"
        }
    ]
}