GET /api/bet_types/3515c67a-1b52-4ae7-8683-376539ae6c2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3515c67a-1b52-4ae7-8683-376539ae6c2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c089f694-91f9-4b29-983b-f060de987ba2/?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 2.5",
                "amount": 5583.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 8876.97,
        "profit_sb": -123.03,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "57de4dbb-08e8-4a3c-9d2d-afc3bfba0733",
            "gambit_id": "28ab9f3c-c0a6-40e8-94cb-00b1fc913b24",
            "last_updated": "2022-12-24T17:12:21.137065-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.59000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3515c67a-1b52-4ae7-8683-376539ae6c2b/?format=api"
        },
        {
            "id": "13a66cdb-c254-45ce-aae6-24d69ade954d",
            "gambit_id": "31227be8-b64f-49f2-bc11-d31a1e6547a0",
            "last_updated": "2022-12-24T17:12:21.138208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3515c67a-1b52-4ae7-8683-376539ae6c2b/?format=api"
        }
    ]
}