GET /api/bet_types/797d3e8f-1bce-4484-93aa-3a3f479b6b10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "797d3e8f-1bce-4484-93aa-3a3f479b6b10",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f11f46a-37fa-4188-8109-e7684b05735f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:07:02.134945-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": "Toronto Raptors",
                "amount": 7221.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "283cf5e2-7ec2-4bf7-bed9-3c14d7b23d2b",
            "gambit_id": "af43c85c-9524-4f3e-b63e-ba30ff53c546",
            "last_updated": "2023-02-26T11:46:56.845281-05:00",
            "created_at": "2023-02-25T09:07:02.137433-05:00",
            "name": "Toronto Raptors",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797d3e8f-1bce-4484-93aa-3a3f479b6b10/?format=api"
        },
        {
            "id": "4f1d8052-227c-47b6-bdfa-88cd1eb9e934",
            "gambit_id": "3cef535c-d7b1-4186-b085-4c78181dbc12",
            "last_updated": "2023-02-26T11:46:56.844139-05:00",
            "created_at": "2023-02-25T09:07:02.136148-05:00",
            "name": "Detroit Pistons",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797d3e8f-1bce-4484-93aa-3a3f479b6b10/?format=api"
        }
    ]
}