GET /api/bet_types/99cfae67-a00c-44d4-87ea-eb615f5f6d98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99cfae67-a00c-44d4-87ea-eb615f5f6d98",
    "match": "https://api-prod.gambitprofit.com/api/matches/13114774-679d-4a7c-b92f-31680c6ebb07/?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 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d690c28-835e-4318-aeea-75936acc8cbe",
            "gambit_id": "e9a6b18f-1c14-4844-b88d-264c50ab5cdf",
            "last_updated": "2022-12-01T16:02:21.585557-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99cfae67-a00c-44d4-87ea-eb615f5f6d98/?format=api"
        },
        {
            "id": "555f48d8-8b64-4914-92c8-196de3e8b9f8",
            "gambit_id": "a21a1dfb-d2f0-4cb8-8b5a-cb226e59ef56",
            "last_updated": "2022-12-01T16:02:21.586703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99cfae67-a00c-44d4-87ea-eb615f5f6d98/?format=api"
        }
    ]
}