GET /api/bet_types/42037f0a-ef76-4c67-9eeb-d19959412fce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42037f0a-ef76-4c67-9eeb-d19959412fce",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2ed29ff-027a-409e-867e-aeab0e7c05ff/?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 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac2c0936-5ec3-47d5-b6e6-b6058bc20107",
            "gambit_id": "b735c383-5d87-4928-8608-3fbcffa91bc7",
            "last_updated": "2022-12-20T15:42:17.427410-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42037f0a-ef76-4c67-9eeb-d19959412fce/?format=api"
        },
        {
            "id": "ae93f887-83e5-4700-ac2a-69793422d44b",
            "gambit_id": "3af03948-9188-4893-b6ff-f3806fa0956a",
            "last_updated": "2022-12-20T15:42:17.428551-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42037f0a-ef76-4c67-9eeb-d19959412fce/?format=api"
        }
    ]
}