GET /api/bet_types/1ed99ccb-46c7-4c2d-a8b0-36884641f1d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ed99ccb-46c7-4c2d-a8b0-36884641f1d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f4e5d8c-f7d5-4e5a-9b82-e4a64d2aaabb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:04.724375-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5d34d27-b222-47d5-93cf-9da9c5159acc",
            "gambit_id": "bb2016bb-45f8-44dd-b12f-7896101e9f52",
            "last_updated": "2023-07-05T12:48:34.535625-04:00",
            "created_at": "2023-07-04T09:43:04.728663-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed99ccb-46c7-4c2d-a8b0-36884641f1d5/?format=api"
        },
        {
            "id": "6dfdac9e-3b89-4bac-83b8-d35303be9729",
            "gambit_id": "8da1b7c2-970d-4a8d-85bb-9d4ad7d71102",
            "last_updated": "2023-07-05T12:48:34.533904-04:00",
            "created_at": "2023-07-04T09:43:04.726667-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed99ccb-46c7-4c2d-a8b0-36884641f1d5/?format=api"
        }
    ]
}