GET /api/bet_types/2a6014c1-935f-45ab-9b7c-1922cc8befba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a6014c1-935f-45ab-9b7c-1922cc8befba",
    "match": "https://api-prod.gambitprofit.com/api/matches/85b7ec18-3bbb-4815-ab22-ec3577af0397/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f72a96b5-a369-499d-a0fb-8d33d9af81ac",
            "gambit_id": "e0dbbeef-2c33-410e-9083-caff7a31b255",
            "last_updated": "2022-10-17T10:01:53.571387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6014c1-935f-45ab-9b7c-1922cc8befba/?format=api"
        },
        {
            "id": "29f1a5f4-e8bd-48b2-bbd2-535d74807bc6",
            "gambit_id": "1b32460a-b3ad-49c4-a943-fdb727dc83dd",
            "last_updated": "2022-10-17T10:01:53.572530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6014c1-935f-45ab-9b7c-1922cc8befba/?format=api"
        }
    ]
}