GET /api/bet_types/e73a240b-e6c1-4e4a-9bae-69f06c357e92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e73a240b-e6c1-4e4a-9bae-69f06c357e92",
    "match": "https://api-prod.gambitprofit.com/api/matches/54fd0308-610e-43d9-92ee-9668f7b2d2fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T09:52:04.692504-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 Over 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b399f989-c00d-4cf9-9b85-ebd0160b8b9e",
            "gambit_id": "a5455dfd-096c-4e48-95cc-19fe63a12239",
            "last_updated": "2023-03-21T10:57:14.172953-04:00",
            "created_at": "2023-03-20T09:52:04.697348-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e73a240b-e6c1-4e4a-9bae-69f06c357e92/?format=api"
        },
        {
            "id": "ca57e41c-c7b1-4f08-a55c-44fe98245f16",
            "gambit_id": "ed095500-87a8-4bdd-8e38-06dd7066c0c6",
            "last_updated": "2023-03-21T10:57:14.171051-04:00",
            "created_at": "2023-03-20T09:52:04.694899-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e73a240b-e6c1-4e4a-9bae-69f06c357e92/?format=api"
        }
    ]
}