GET /api/bet_types/a74082d6-65d1-456f-8e90-2a77de5cefb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a74082d6-65d1-456f-8e90-2a77de5cefb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:10.378026-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": "Detroit Pistons",
                "amount": 5939.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3cbd45ea-6f7d-41fa-93ff-d10dc93dbf3c",
            "gambit_id": "47087ff3-ab0e-47c7-a424-cbc8f0945b3e",
            "last_updated": "2024-01-29T22:13:11.419255-05:00",
            "created_at": "2024-01-27T09:18:10.390861-05:00",
            "name": "Detroit Pistons",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74082d6-65d1-456f-8e90-2a77de5cefb7/?format=api"
        },
        {
            "id": "8666a7c7-9fb8-4f67-bc6c-e52694f105d5",
            "gambit_id": "cffe96d5-a971-420a-b734-087e1273f7e4",
            "last_updated": "2024-01-29T22:13:11.415686-05:00",
            "created_at": "2024-01-27T09:18:10.384699-05:00",
            "name": "Washington Wizards",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74082d6-65d1-456f-8e90-2a77de5cefb7/?format=api"
        }
    ]
}