GET /api/bet_types/ad629a23-f6c6-4915-ac84-bb472eb8232b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad629a23-f6c6-4915-ac84-bb472eb8232b",
    "match": "https://api-prod.gambitprofit.com/api/matches/034f4618-f93b-46a2-865c-26724ae93b40/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:03.635545-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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "332d5e38-47b0-4ccb-82d8-e43db82706fc",
            "gambit_id": "37469ede-d7d1-4ab7-87a5-23b2f64cf576",
            "last_updated": "2023-08-18T10:28:11.950518-04:00",
            "created_at": "2023-08-17T13:03:03.640260-04:00",
            "name": "Game Total Over 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad629a23-f6c6-4915-ac84-bb472eb8232b/?format=api"
        },
        {
            "id": "b8e45750-9c89-4aab-bbc9-53551fb30b28",
            "gambit_id": "9ea61913-8035-43b0-92b4-188ae8f06b4e",
            "last_updated": "2023-08-18T10:28:11.954431-04:00",
            "created_at": "2023-08-17T13:03:03.648455-04:00",
            "name": "Game Total Under 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad629a23-f6c6-4915-ac84-bb472eb8232b/?format=api"
        }
    ]
}