GET /api/bet_types/b3bf7116-d9b0-447e-85a8-491fdbcebaa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3bf7116-d9b0-447e-85a8-491fdbcebaa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fac0339d-6d2a-47d3-86c8-981e3f007863/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:48.776967-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ece63855-a4bc-490e-8551-177be6bd013c",
            "gambit_id": "d59abf9d-aea6-4b33-95a9-b1cd8f509eb8",
            "last_updated": "2023-04-01T10:17:08.302770-04:00",
            "created_at": "2023-03-31T09:56:48.779713-04:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bf7116-d9b0-447e-85a8-491fdbcebaa5/?format=api"
        },
        {
            "id": "9398ea72-e354-4930-a61e-fb584fd6f96e",
            "gambit_id": "b5df8fa1-bf22-42bf-b564-a497d1d9b100",
            "last_updated": "2023-04-01T10:17:08.304768-04:00",
            "created_at": "2023-03-31T09:56:48.782510-04:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bf7116-d9b0-447e-85a8-491fdbcebaa5/?format=api"
        }
    ]
}