GET /api/bet_types/a89364f0-c417-4d2c-b9be-c7b7625b6ae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a89364f0-c417-4d2c-b9be-c7b7625b6ae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9b97043-df67-4bf5-91ea-f19d1529d2f7/?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 2.5",
                "amount": 5371.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4629.0
            }
        ],
        "expected_reward_tokens": 8701.02,
        "profit_sb": -298.98,
        "profit_sb_percentage": -3.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5763907-3543-4035-9578-0510227c758f",
            "gambit_id": "15102e6d-213b-4f04-b4b4-21cacb95701b",
            "last_updated": "2022-11-23T09:52:22.505312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89364f0-c417-4d2c-b9be-c7b7625b6ae4/?format=api"
        },
        {
            "id": "3f732c9e-79b9-4544-ba35-2680f2eb9f66",
            "gambit_id": "c687a212-7fed-439b-95da-b6ea8cffa86a",
            "last_updated": "2022-11-23T09:52:22.504236-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89364f0-c417-4d2c-b9be-c7b7625b6ae4/?format=api"
        }
    ]
}