GET /api/bet_types/31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/76152cb7-ada7-4cbc-9fb9-0a78547ab393/?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 Under 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa190fa1-e324-4dcd-9e9e-c63752284a94",
            "gambit_id": "ee7a89ea-0c4d-41e6-9cc8-905cfaa20ade",
            "last_updated": "2022-10-26T09:42:12.481406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba/?format=api"
        },
        {
            "id": "e897c24c-db95-4580-bc31-6526d635fcac",
            "gambit_id": "bb5b803b-d747-465e-a6b6-3fe2c4b919aa",
            "last_updated": "2022-10-26T09:42:12.480401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba/?format=api"
        }
    ]
}