GET /api/bet_types/98937eeb-5fc0-4bc8-8cff-fb4b4d1e0686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98937eeb-5fc0-4bc8-8cff-fb4b4d1e0686",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1fdfe93-281c-4b82-b158-1e8949a654e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-26T09:28:19.517817-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "104dbe93-0db0-423f-9669-6592404d35b0",
            "gambit_id": "8418b734-3ec0-44fb-99fb-0ffa51ff541d",
            "last_updated": "2023-10-27T09:58:10.378826-04:00",
            "created_at": "2023-10-26T09:28:19.526323-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98937eeb-5fc0-4bc8-8cff-fb4b4d1e0686/?format=api"
        },
        {
            "id": "78f973fa-d9c0-4cf0-b861-f313609bb65b",
            "gambit_id": "94de04cd-d997-4fff-9c94-6f716cd8fbac",
            "last_updated": "2023-10-27T09:58:10.382063-04:00",
            "created_at": "2023-10-26T09:28:19.521396-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98937eeb-5fc0-4bc8-8cff-fb4b4d1e0686/?format=api"
        }
    ]
}