GET /api/bet_types/fdc21e85-5048-4662-bf27-cc76d7b9a7bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdc21e85-5048-4662-bf27-cc76d7b9a7bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd5493f-7fb6-4137-a8b1-11ddd97b8d8d/?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 61.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 61.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2addc5c4-5e8a-4d7a-9c0d-4b2d92e98796",
            "gambit_id": "c3c581e6-4b9d-4a79-8754-6abae6bcce35",
            "last_updated": "2022-11-12T09:13:10.463132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc21e85-5048-4662-bf27-cc76d7b9a7bf/?format=api"
        },
        {
            "id": "79d88e5b-4590-4814-afc3-3d2eec0f8049",
            "gambit_id": "a2be9c9a-8907-49a9-8ccb-1f60f9cd0807",
            "last_updated": "2022-11-12T09:13:10.464267-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc21e85-5048-4662-bf27-cc76d7b9a7bf/?format=api"
        }
    ]
}