GET /api/bet_types/3cba1eec-fbf0-4387-9364-71bbfa4f9596/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cba1eec-fbf0-4387-9364-71bbfa4f9596",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc199aeb-6dca-4df8-9c31-066836ddb333/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "479cd9cf-b976-4dce-89f2-59f238cd9be9",
            "gambit_id": "eecca076-0ae7-4045-a52d-3cafc3cc1895",
            "last_updated": "2022-10-23T09:17:19.439986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cba1eec-fbf0-4387-9364-71bbfa4f9596/?format=api"
        },
        {
            "id": "601ddf81-082b-4a3f-81f8-e77b4760b461",
            "gambit_id": "f6839815-6042-48de-8e59-54b7f3cae2b3",
            "last_updated": "2022-10-23T09:17:19.438819-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cba1eec-fbf0-4387-9364-71bbfa4f9596/?format=api"
        }
    ]
}