GET /api/bet_types/6cd83663-8f01-40cb-8701-3244951b5748/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cd83663-8f01-40cb-8701-3244951b5748",
    "match": "https://api-prod.gambitprofit.com/api/matches/34a30f50-d659-466d-b893-2e22c59e69eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:14.783127-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 Under 41.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c8acf83-fad3-4391-80bc-eed4e8ea2509",
            "gambit_id": "ebe3576b-5be5-4db0-8472-3c7c3336fdfa",
            "last_updated": "2023-10-02T20:53:08.444889-04:00",
            "created_at": "2023-09-28T10:08:14.792685-04:00",
            "name": "Game Total Under 41.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd83663-8f01-40cb-8701-3244951b5748/?format=api"
        },
        {
            "id": "9d73a8dc-3607-4a63-9a53-19656a4d92e0",
            "gambit_id": "8be6582a-a2c8-470c-accf-77d2219723b9",
            "last_updated": "2023-10-02T20:53:08.441439-04:00",
            "created_at": "2023-09-28T10:08:14.788172-04:00",
            "name": "Game Total Over 41.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd83663-8f01-40cb-8701-3244951b5748/?format=api"
        }
    ]
}