GET /api/bet_types/70e397ac-5db0-47c0-9ec5-c609a14ec86c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70e397ac-5db0-47c0-9ec5-c609a14ec86c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b5faa1b-a2b6-45bb-a542-4969af6d08a4/?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 Over 2.5",
                "amount": 5056.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4944.0
            }
        ],
        "expected_reward_tokens": 8898.56,
        "profit_sb": -101.44,
        "profit_sb_percentage": -1.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e5df7a6-da3a-4bb1-84a0-625962b940bd",
            "gambit_id": "4882dde8-8073-4acc-b38d-7c13533c3fc9",
            "last_updated": "2022-09-19T09:57:20.222266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e397ac-5db0-47c0-9ec5-c609a14ec86c/?format=api"
        },
        {
            "id": "07caadbf-88e8-49aa-8f2d-ce348cba5b8a",
            "gambit_id": "e5fdb660-b33c-40a4-8944-80a307887c25",
            "last_updated": "2022-09-19T09:57:20.221101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.80000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e397ac-5db0-47c0-9ec5-c609a14ec86c/?format=api"
        }
    ]
}