GET /api/bet_types/419a777e-9e61-4495-af16-7bd19c080813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "419a777e-9e61-4495-af16-7bd19c080813",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c0b6b73-128b-4d41-8715-aa41d52ff3bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:11.929442-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": "Utah Jazz",
                "amount": 7106.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "53c679a6-8286-433e-8914-04c02cb64220",
            "gambit_id": "fc1be40a-4774-40a1-9124-fa987c49e04d",
            "last_updated": "2024-01-26T20:48:26.195824-05:00",
            "created_at": "2024-01-25T13:28:11.934123-05:00",
            "name": "Utah Jazz",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419a777e-9e61-4495-af16-7bd19c080813/?format=api"
        },
        {
            "id": "bf5e3c79-0faa-4be9-852c-c12f99ccc643",
            "gambit_id": "bb53f57d-a43d-486b-b0d1-05caa0dfe03a",
            "last_updated": "2024-01-26T20:48:26.199048-05:00",
            "created_at": "2024-01-25T13:28:11.939375-05:00",
            "name": "Washington Wizards",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419a777e-9e61-4495-af16-7bd19c080813/?format=api"
        }
    ]
}