GET /api/bet_types/b4ab1db1-81a0-4c10-9fcd-410a412c09b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4ab1db1-81a0-4c10-9fcd-410a412c09b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a58b3e55-ebb2-4120-8ea5-f2e17626b928/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:13.854973-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": "Sacramento Kings",
                "amount": 7393.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2607.0
            }
        ],
        "expected_reward_tokens": 9463.04,
        "profit_sb": -36.96,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b7d28c4-dc84-4287-baab-4970c420b34c",
            "gambit_id": "14fc3063-d8ca-4f22-a0a0-fda01d628f2c",
            "last_updated": "2023-12-18T10:33:33.168952-05:00",
            "created_at": "2023-12-16T09:23:13.865775-05:00",
            "name": "Sacramento Kings",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ab1db1-81a0-4c10-9fcd-410a412c09b7/?format=api"
        },
        {
            "id": "4e052930-6344-4d1a-868c-42b7cdcecb08",
            "gambit_id": "616e9bb2-b212-4c4b-90df-9dea57a601a0",
            "last_updated": "2023-12-18T10:33:33.165668-05:00",
            "created_at": "2023-12-16T09:23:13.860407-05:00",
            "name": "Utah Jazz",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ab1db1-81a0-4c10-9fcd-410a412c09b7/?format=api"
        }
    ]
}