GET /api/bet_types/c735505e-4336-4679-981c-bdcd6dd96b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c735505e-4336-4679-981c-bdcd6dd96b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/b09b77c1-751a-492b-91ca-3eef81d490b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:13.643678-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8affca79-ac55-4209-82ea-d2578caa3847",
            "gambit_id": "6104c006-c1d3-4adf-b057-4aaff2b6a3ec",
            "last_updated": "2023-05-20T15:47:11.601562-04:00",
            "created_at": "2023-05-19T11:02:13.645368-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c735505e-4336-4679-981c-bdcd6dd96b62/?format=api"
        },
        {
            "id": "c3347a38-4614-4af1-a8df-927f4b082302",
            "gambit_id": "18bad4f3-cbe9-4d64-a4f5-54cd735630cb",
            "last_updated": "2023-05-20T15:47:11.603335-04:00",
            "created_at": "2023-05-19T11:02:13.646936-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c735505e-4336-4679-981c-bdcd6dd96b62/?format=api"
        }
    ]
}