GET /api/bet_types/951ce42e-6a37-47c3-98bc-6e3c523b7924/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "951ce42e-6a37-47c3-98bc-6e3c523b7924",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e0afb8e-60fd-42d6-b652-0eccf609df7b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:18.146860-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cd97edc-fa8e-46bf-9410-49dab3760ab0",
            "gambit_id": "988a8ad2-9b55-4472-a915-8bed5eca49ee",
            "last_updated": "2023-04-12T09:57:00.722697-04:00",
            "created_at": "2023-04-11T09:02:18.153364-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951ce42e-6a37-47c3-98bc-6e3c523b7924/?format=api"
        },
        {
            "id": "18806ef1-9809-40b3-b7d8-8d4982c5eeaa",
            "gambit_id": "0c515a14-3c08-4844-b8f4-fa837f655009",
            "last_updated": "2023-04-12T09:57:00.720551-04:00",
            "created_at": "2023-04-11T09:02:18.150345-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951ce42e-6a37-47c3-98bc-6e3c523b7924/?format=api"
        }
    ]
}