GET /api/bet_types/d567d94e-4d42-4794-87f0-dc37e85a3b74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d567d94e-4d42-4794-87f0-dc37e85a3b74",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fc7e0e7-db75-4122-9a09-6ac25322cd61/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T10:06:48.801332-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a36864ed-f6a7-418c-8b81-030383a9e1f3",
            "gambit_id": "2b55c591-b984-4849-98ca-2b5e1db01918",
            "last_updated": "2023-01-12T11:06:59.052109-05:00",
            "created_at": "2023-01-11T10:06:48.802467-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d567d94e-4d42-4794-87f0-dc37e85a3b74/?format=api"
        },
        {
            "id": "74a45ddc-ac3c-4667-b95f-d491a95be83d",
            "gambit_id": "8ed50de1-c84c-4cb4-b4d5-30b5e36b1e14",
            "last_updated": "2023-01-12T11:06:59.053447-05:00",
            "created_at": "2023-01-11T10:06:48.803625-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d567d94e-4d42-4794-87f0-dc37e85a3b74/?format=api"
        }
    ]
}