GET /api/bet_types/9733c9b9-d7d3-439a-b7fc-90a4da7e94f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9733c9b9-d7d3-439a-b7fc-90a4da7e94f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c888b64e-ea8e-46c8-8c9d-b4d2addf09fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:52:12.267089-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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0be344bb-a449-482a-bafe-a9198bb0847c",
            "gambit_id": "3671eed6-8ee1-4d78-a558-55a27ab0e6f2",
            "last_updated": "2023-04-22T13:07:16.026636-04:00",
            "created_at": "2023-04-21T12:52:12.269831-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9733c9b9-d7d3-439a-b7fc-90a4da7e94f8/?format=api"
        },
        {
            "id": "1d631fb7-a7c9-4863-b6f9-cdc81256d83c",
            "gambit_id": "9a3a571d-b3e8-4c30-9eda-c86c22c16485",
            "last_updated": "2023-04-22T13:07:16.028521-04:00",
            "created_at": "2023-04-21T12:52:12.272782-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9733c9b9-d7d3-439a-b7fc-90a4da7e94f8/?format=api"
        }
    ]
}