GET /api/bet_types/ecea6c8e-6917-41b7-b6bf-1860c2969036/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecea6c8e-6917-41b7-b6bf-1860c2969036",
    "match": "https://api-prod.gambitprofit.com/api/matches/54d383eb-cc8c-4412-96d0-3744b3fed5d9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "22dbf619-a051-46b8-8aa2-c405d2421125",
            "gambit_id": "a3f1fab6-5580-462d-97f1-3aa7fc4c0226",
            "last_updated": "2022-10-22T09:22:27.058314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecea6c8e-6917-41b7-b6bf-1860c2969036/?format=api"
        },
        {
            "id": "ca275f65-e4b6-413a-8051-17419835ba9d",
            "gambit_id": "6d507986-1154-4be2-9e57-e3ab5cbbcf26",
            "last_updated": "2022-10-22T09:22:27.059417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecea6c8e-6917-41b7-b6bf-1860c2969036/?format=api"
        }
    ]
}