GET /api/bet_types/27c045c6-5872-40f7-a5fe-8d7a5f787691/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27c045c6-5872-40f7-a5fe-8d7a5f787691",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c32a9c0-1869-4af7-a1f7-27893b583f9e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-06T10:08:02.466197-04: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": 5979.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": -292.34,
        "profit_sb_percentage": -3.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a10a62b-5bb5-4056-897e-4490f33393f6",
            "gambit_id": "ed614682-c7cf-4c0b-813b-510ee524c613",
            "last_updated": "2023-10-09T15:28:13.198614-04:00",
            "created_at": "2023-10-06T10:08:02.470983-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.54000",
            "odds": "1.57000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27c045c6-5872-40f7-a5fe-8d7a5f787691/?format=api"
        },
        {
            "id": "82bd0f73-098a-4769-bbb0-1b322ef353a1",
            "gambit_id": "2effea4b-0806-4dce-b2ae-eb5d4af28b26",
            "last_updated": "2023-10-09T15:28:13.202746-04:00",
            "created_at": "2023-10-06T10:08:02.478031-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27c045c6-5872-40f7-a5fe-8d7a5f787691/?format=api"
        }
    ]
}