GET /api/bet_types/c42817bb-ec62-4728-8b4c-74537f0fab8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c42817bb-ec62-4728-8b4c-74537f0fab8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aab80f7-be96-4e59-ab25-64acd23922b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:56.725012-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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2969e22b-c0eb-40c2-b792-63a766c66eea",
            "gambit_id": "c624f980-9d52-4471-b5b9-f666a1ab2659",
            "last_updated": "2023-04-23T18:27:06.661301-04:00",
            "created_at": "2023-04-22T13:06:56.728862-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42817bb-ec62-4728-8b4c-74537f0fab8d/?format=api"
        },
        {
            "id": "a3e6cc13-c781-4edb-a3e5-d55a325220bd",
            "gambit_id": "022472f4-9ad7-4720-a936-0ca94de09cb9",
            "last_updated": "2023-04-23T18:27:06.659385-04:00",
            "created_at": "2023-04-22T13:06:56.726734-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42817bb-ec62-4728-8b4c-74537f0fab8d/?format=api"
        }
    ]
}