GET /api/bet_types/d8456be1-b8b0-4199-9b8f-a6533e0711ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8456be1-b8b0-4199-9b8f-a6533e0711ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/f57ddec1-a19f-45d2-acad-a70858ec2236/?format=api",
    "name": "Pick the Winner",
    "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": "New Jersey Devils",
                "amount": 6326.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ec075b0-1fe9-4362-8d44-93bc5431709d",
            "gambit_id": "21887232-e484-4b8b-9643-15d72a8f3d4e",
            "last_updated": "2022-10-19T09:42:25.770934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8456be1-b8b0-4199-9b8f-a6533e0711ca/?format=api"
        },
        {
            "id": "e951e2d6-58ba-4905-b165-9e91d44eb44f",
            "gambit_id": "d2acd57f-bb53-4593-bbc3-6838767ed611",
            "last_updated": "2022-10-19T09:42:25.769989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8456be1-b8b0-4199-9b8f-a6533e0711ca/?format=api"
        }
    ]
}