GET /api/bet_types/1f725b2a-9064-4565-9977-b0ae3abfa4c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f725b2a-9064-4565-9977-b0ae3abfa4c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/47413ef8-331f-4bb9-a117-3efd48f6d106/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T09:03:21.308197-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 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "34a0428f-6f71-42f3-8b88-df8abda9c5a2",
            "gambit_id": "797a6113-4f58-4ac1-98a7-2b3a9e56c2f5",
            "last_updated": "2023-08-02T19:07:59.370213-04:00",
            "created_at": "2023-08-01T09:03:21.312920-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f725b2a-9064-4565-9977-b0ae3abfa4c4/?format=api"
        },
        {
            "id": "f8fe323b-ead0-4fe1-b8a0-84c16d4bdc8c",
            "gambit_id": "3c5e3732-0c8d-4322-8843-e88dd38b3bb6",
            "last_updated": "2023-08-02T19:07:59.373970-04:00",
            "created_at": "2023-08-01T09:03:21.317835-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f725b2a-9064-4565-9977-b0ae3abfa4c4/?format=api"
        }
    ]
}