GET /api/bet_types/8e224e93-e843-4425-a440-e270263a8a8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e224e93-e843-4425-a440-e270263a8a8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe1f524-0a6d-4ef9-b8ee-a013aff28388/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "043a01ca-92a1-4671-9edf-45e79dd0ad5d",
            "gambit_id": "d1903a0b-1b62-4da0-865a-2db0d95a66c4",
            "last_updated": "2022-10-23T19:37:03.517301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e224e93-e843-4425-a440-e270263a8a8a/?format=api"
        },
        {
            "id": "fcaa9dc4-4b02-44cb-9815-3de0bdb7bd9c",
            "gambit_id": "8884efdb-750a-48e4-b3ea-412cbe2fca75",
            "last_updated": "2022-10-23T19:37:03.518337-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e224e93-e843-4425-a440-e270263a8a8a/?format=api"
        }
    ]
}