GET /api/bet_types/e87d616b-1fae-4b3e-bed1-71a7affcf422/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e87d616b-1fae-4b3e-bed1-71a7affcf422",
    "match": "https://api-prod.gambitprofit.com/api/matches/da962d10-d468-4971-9466-17c734224a9b/?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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8946c619-f577-4f74-bdbc-e2fa5e95832c",
            "gambit_id": "1f284c92-6b0f-4d0c-a3ec-5c136d395410",
            "last_updated": "2022-10-31T11:42:00.743667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e87d616b-1fae-4b3e-bed1-71a7affcf422/?format=api"
        },
        {
            "id": "a2fa2df0-6b59-4ad4-b1b8-7ad77965c981",
            "gambit_id": "4784f526-3206-46b8-b683-3a06c15c800c",
            "last_updated": "2022-10-31T11:42:00.744616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e87d616b-1fae-4b3e-bed1-71a7affcf422/?format=api"
        }
    ]
}