GET /api/bet_types/4e5bcc09-fe8e-43d1-a7bd-f863d6be5034/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e5bcc09-fe8e-43d1-a7bd-f863d6be5034",
    "match": "https://api-prod.gambitprofit.com/api/matches/dad1e959-05ff-4545-b5a7-3e21c8b00868/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:14.016816-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": "Florida Panthers",
                "amount": 5614.0
            },
            {
                "team": "New York Islanders",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "223d7624-0807-4882-93e8-4174659328b4",
            "gambit_id": "199f8337-dd0a-4f7d-8dd5-51827846c4c8",
            "last_updated": "2024-01-29T21:53:10.132452-05:00",
            "created_at": "2024-01-27T09:18:14.020939-05:00",
            "name": "Florida Panthers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5bcc09-fe8e-43d1-a7bd-f863d6be5034/?format=api"
        },
        {
            "id": "11a51c37-f310-497c-8a74-4a0d453301e1",
            "gambit_id": "4d52e9fa-02e9-421f-bf0f-311bb08dbd91",
            "last_updated": "2024-01-29T21:53:10.138283-05:00",
            "created_at": "2024-01-27T09:18:14.024837-05:00",
            "name": "New York Islanders",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5bcc09-fe8e-43d1-a7bd-f863d6be5034/?format=api"
        }
    ]
}