GET /api/bet_types/a769c844-004c-4098-91e6-4d7959529380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a769c844-004c-4098-91e6-4d7959529380",
    "match": "https://api-prod.gambitprofit.com/api/matches/75e22149-04e5-48ae-a724-bd014f693b45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:07.754037-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "9eb4308f-9b96-4172-a181-e43d7b4c2c5e",
            "gambit_id": "6b97e311-1e14-4315-9a2e-1a5fc7685af1",
            "last_updated": "2023-11-06T09:18:29.324709-05:00",
            "created_at": "2023-11-04T09:48:07.763328-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a769c844-004c-4098-91e6-4d7959529380/?format=api"
        },
        {
            "id": "5c973e4d-368a-4ca9-bc60-c907a3b1984c",
            "gambit_id": "f7135fd5-c3b0-4cf0-b13a-be976d394b03",
            "last_updated": "2023-11-06T09:18:29.321358-05:00",
            "created_at": "2023-11-04T09:48:07.758468-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a769c844-004c-4098-91e6-4d7959529380/?format=api"
        }
    ]
}