GET /api/bet_types/e86b4cd7-4cf8-4c12-b3cd-b059f0557601/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86b4cd7-4cf8-4c12-b3cd-b059f0557601",
    "match": "https://api-prod.gambitprofit.com/api/matches/174e78ec-b614-44c3-b352-039b0e0f46cd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:25.282936-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "328f65e2-3366-483e-b0f6-429742f73ef4",
            "gambit_id": "23c23636-7158-4149-bea4-64d774e99bba",
            "last_updated": "2023-09-26T09:17:58.363421-04:00",
            "created_at": "2023-09-24T09:13:25.286496-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86b4cd7-4cf8-4c12-b3cd-b059f0557601/?format=api"
        },
        {
            "id": "70ebc646-4ab7-46b4-97a3-25211c0e486f",
            "gambit_id": "856a9bb6-4ab4-480c-9b6f-49ba6f10baaf",
            "last_updated": "2023-09-26T09:17:58.367680-04:00",
            "created_at": "2023-09-24T09:13:25.290683-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86b4cd7-4cf8-4c12-b3cd-b059f0557601/?format=api"
        }
    ]
}