GET /api/bet_types/7756a817-99be-40b0-8bb6-0f4849d25589/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7756a817-99be-40b0-8bb6-0f4849d25589",
    "match": "https://api-prod.gambitprofit.com/api/matches/0451bc21-bed7-48c1-835f-e84cef19d3a8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-11T10:58:20.044381-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf662222-55f7-4978-a386-3ca14bf0f806",
            "gambit_id": "f7f1e065-ab91-47fc-b5e8-271291400dea",
            "last_updated": "2023-06-12T18:53:15.267479-04:00",
            "created_at": "2023-06-11T10:58:20.048810-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7756a817-99be-40b0-8bb6-0f4849d25589/?format=api"
        },
        {
            "id": "42592865-1032-4f2f-9a79-65f924fe48b2",
            "gambit_id": "649ee895-13e8-4b9d-8ccf-5359fa90e570",
            "last_updated": "2023-06-12T18:53:15.265983-04:00",
            "created_at": "2023-06-11T10:58:20.046548-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7756a817-99be-40b0-8bb6-0f4849d25589/?format=api"
        }
    ]
}