GET /api/bet_types/ab42de9b-04a3-4392-94fb-bcfd9e9ceaaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab42de9b-04a3-4392-94fb-bcfd9e9ceaaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c71357e-f1e0-4be7-9824-4882a397121c/?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 9.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8b726de-adf6-4cd0-90eb-cdd3e17a8202",
            "gambit_id": "e9f0657f-fdd9-4055-8e0a-d1670d841b07",
            "last_updated": "2022-12-24T17:12:08.150689-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42de9b-04a3-4392-94fb-bcfd9e9ceaaa/?format=api"
        },
        {
            "id": "331c016f-f0d8-4132-8afa-31761760a01d",
            "gambit_id": "88c32ac4-b71a-4b57-af1b-83680a7d64d8",
            "last_updated": "2022-12-24T17:12:08.149556-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42de9b-04a3-4392-94fb-bcfd9e9ceaaa/?format=api"
        }
    ]
}