GET /api/bet_types/2eb43ee7-0997-45eb-bd86-3adf4eb4182c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eb43ee7-0997-45eb-bd86-3adf4eb4182c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5eb2618-9f69-4c19-bd11-a2a079a1b78f/?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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "72e380a0-7fe0-4b82-8521-0e5541ab8f64",
            "gambit_id": "fb5433f7-7f54-4099-9249-856e3acd5f31",
            "last_updated": "2022-11-21T15:48:09.544975-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb43ee7-0997-45eb-bd86-3adf4eb4182c/?format=api"
        },
        {
            "id": "cf0624f5-e46c-427d-bcda-38b3e4233bba",
            "gambit_id": "40779130-17b6-4216-a013-1365ace16ab3",
            "last_updated": "2022-11-21T15:48:09.543785-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb43ee7-0997-45eb-bd86-3adf4eb4182c/?format=api"
        }
    ]
}