GET /api/bet_types/5af2d71a-77f0-41bc-9270-69098d9d1b38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5af2d71a-77f0-41bc-9270-69098d9d1b38",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c5e3380-f90d-4d3b-b65e-adc114d85aec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:24.906958-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dfa5b29-635e-4e28-9696-783480305483",
            "gambit_id": "5543d0c3-0cd6-4b97-b684-a3297f943e3a",
            "last_updated": "2023-11-20T14:53:21.271262-05:00",
            "created_at": "2023-11-18T09:38:24.916464-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af2d71a-77f0-41bc-9270-69098d9d1b38/?format=api"
        },
        {
            "id": "c00b50f0-1fef-4eec-ad4e-8d41130ac014",
            "gambit_id": "f1ba840d-33ef-4fa8-b5f9-54b68c920c08",
            "last_updated": "2023-11-20T14:53:21.266152-05:00",
            "created_at": "2023-11-18T09:38:24.910745-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af2d71a-77f0-41bc-9270-69098d9d1b38/?format=api"
        }
    ]
}