GET /api/bet_types/ca499075-6016-4e20-8321-0b99a2c7ec4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca499075-6016-4e20-8321-0b99a2c7ec4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8124e6cd-a981-4c25-b838-fae9ac117018/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:03.875459-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47c30605-27fa-4db3-a32d-b93551db138f",
            "gambit_id": "dd623148-d63f-42cc-97a8-fc892b2d3c73",
            "last_updated": "2023-03-30T10:26:56.593129-04:00",
            "created_at": "2023-03-29T10:07:03.877584-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca499075-6016-4e20-8321-0b99a2c7ec4a/?format=api"
        },
        {
            "id": "c8d0b81c-0bce-4ede-9cbd-c7d6794c8e43",
            "gambit_id": "752ba040-6d5c-43ce-9bd8-c03d0bcc4cf8",
            "last_updated": "2023-03-30T10:26:56.594377-04:00",
            "created_at": "2023-03-29T10:07:03.879647-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca499075-6016-4e20-8321-0b99a2c7ec4a/?format=api"
        }
    ]
}