GET /api/bet_types/fd9224f1-0eb7-498e-a8e4-f3877e507014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd9224f1-0eb7-498e-a8e4-f3877e507014",
    "match": "https://api-prod.gambitprofit.com/api/matches/94600c49-db0c-4c2c-a14c-63cc091d1859/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "51bed8c6-acf5-4f1b-8220-404bcfa350e6",
            "gambit_id": "64a25ea8-59d4-46c8-b137-53f91489080a",
            "last_updated": "2022-09-09T16:11:55.334536-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9224f1-0eb7-498e-a8e4-f3877e507014/?format=api"
        },
        {
            "id": "0fb6e85e-6e0d-473f-ae6c-1c5b481baeef",
            "gambit_id": "a9ca8f40-3fd4-42df-a8b8-a3adc47d4a9a",
            "last_updated": "2022-09-09T16:11:55.335719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9224f1-0eb7-498e-a8e4-f3877e507014/?format=api"
        }
    ]
}