GET /api/bet_types/d37d8998-ce0a-426d-842d-8c513c2158d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d37d8998-ce0a-426d-842d-8c513c2158d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce96e277-3e55-4211-8358-803e2ac9f2b9",
            "gambit_id": "5f5270d8-744a-40a1-aeab-68f0a0d9c285",
            "last_updated": "2022-11-05T09:42:50.580080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d8998-ce0a-426d-842d-8c513c2158d2/?format=api"
        },
        {
            "id": "9b4c719a-cd81-4c98-b26d-07a82d907ced",
            "gambit_id": "13a3efd9-0254-4af9-82f6-43a7a787bb0d",
            "last_updated": "2022-11-05T09:42:50.579046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d8998-ce0a-426d-842d-8c513c2158d2/?format=api"
        }
    ]
}