GET /api/bet_types/9dae0ffc-a8d9-4773-ab2e-f96f4ac0a991/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dae0ffc-a8d9-4773-ab2e-f96f4ac0a991",
    "match": "https://api-prod.gambitprofit.com/api/matches/de97e6be-5ff4-4ede-ba93-f42a5309e27b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-15T09:18:05.413552-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c65f952-62cf-470d-9581-3e09fa840bfd",
            "gambit_id": "cd60a01f-1c62-413f-a737-f1751f61399f",
            "last_updated": "2023-10-17T09:53:06.451145-04:00",
            "created_at": "2023-10-15T09:18:05.418538-04:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dae0ffc-a8d9-4773-ab2e-f96f4ac0a991/?format=api"
        },
        {
            "id": "8f9acb3e-4987-41e7-bac8-2ed73f0de674",
            "gambit_id": "179603a3-d7c9-4a21-b371-4299530822ab",
            "last_updated": "2023-10-17T09:53:06.445192-04:00",
            "created_at": "2023-10-15T09:18:05.424266-04:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dae0ffc-a8d9-4773-ab2e-f96f4ac0a991/?format=api"
        }
    ]
}