GET /api/bet_types/e5beb5de-399e-4aea-a091-1a0943d6dc83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5beb5de-399e-4aea-a091-1a0943d6dc83",
    "match": "https://api-prod.gambitprofit.com/api/matches/776c92eb-c100-4837-8236-018fef2a252d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:11.950982-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": "304dde41-160b-4522-b8c5-ab0193f6a4db",
            "gambit_id": "06c50c01-433a-4026-89e8-023daab8078e",
            "last_updated": "2023-11-21T14:38:24.368590-05:00",
            "created_at": "2023-11-20T09:48:11.959192-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/e5beb5de-399e-4aea-a091-1a0943d6dc83/?format=api"
        },
        {
            "id": "0ab1f8ff-0b6b-4466-9983-77ca6d8cf7b7",
            "gambit_id": "3b44ab9e-cc65-42be-a993-ca8ed85e442f",
            "last_updated": "2023-11-21T14:38:24.351444-05:00",
            "created_at": "2023-11-20T09:48:11.955179-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/e5beb5de-399e-4aea-a091-1a0943d6dc83/?format=api"
        }
    ]
}