GET /api/bet_types/09dfdb02-831d-432c-b946-0a224541fbf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09dfdb02-831d-432c-b946-0a224541fbf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e83b74f7-64d4-4500-8b86-b5f38a7251e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:16.746423-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 Over 2.5",
                "amount": 6128.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3872.0
            }
        ],
        "expected_reward_tokens": 9253.28,
        "profit_sb": -246.72,
        "profit_sb_percentage": -2.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "acc8d945-5b58-45ac-91a5-0fd27363b674",
            "gambit_id": "342d3d31-601c-43e8-8888-0e70b9a6a1ff",
            "last_updated": "2023-12-08T21:23:07.073241-05:00",
            "created_at": "2023-12-07T09:48:16.750661-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09dfdb02-831d-432c-b946-0a224541fbf8/?format=api"
        },
        {
            "id": "ad94c4fe-23a2-433c-a4db-df85b5dc6590",
            "gambit_id": "9b23135d-b242-410f-9745-0a6c38cfc43f",
            "last_updated": "2023-12-08T21:23:07.076777-05:00",
            "created_at": "2023-12-07T09:48:16.755149-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09dfdb02-831d-432c-b946-0a224541fbf8/?format=api"
        }
    ]
}