GET /api/bet_types/e8826758-5de8-42e4-8de5-36689a06234b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8826758-5de8-42e4-8de5-36689a06234b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cc0ea3d-f49b-47da-832b-0b46596eac01/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:43:12.985036-05: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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bfe69b5-6a60-427a-a256-433f3714d320",
            "gambit_id": "d9a1feb1-8384-4c8a-9792-309567490666",
            "last_updated": "2023-11-27T20:08:08.906324-05:00",
            "created_at": "2023-11-26T09:43:12.996504-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8826758-5de8-42e4-8de5-36689a06234b/?format=api"
        },
        {
            "id": "ca7bfaf5-c409-42d9-b02d-95176cc0a3f1",
            "gambit_id": "cf0f3d0f-85dc-44bb-87db-cee27526b766",
            "last_updated": "2023-11-27T20:08:08.903164-05:00",
            "created_at": "2023-11-26T09:43:12.992272-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8826758-5de8-42e4-8de5-36689a06234b/?format=api"
        }
    ]
}