GET /api/bet_types/ab5f4fc1-23b4-4299-83bf-f084c14ad533/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab5f4fc1-23b4-4299-83bf-f084c14ad533",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a795bd3-a55a-472e-8300-4f34c969fd78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:01.404489-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": "Dallas Stars",
                "amount": 6547.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0a4d68e-1587-4d6d-842f-46df7a2f5e63",
            "gambit_id": "92a4b74c-0abd-43db-8f36-d240ae6238cc",
            "last_updated": "2023-12-12T21:58:23.710627-05:00",
            "created_at": "2023-12-11T09:38:01.415992-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5f4fc1-23b4-4299-83bf-f084c14ad533/?format=api"
        },
        {
            "id": "bcbfabf7-4a46-423d-aee8-7d583890060f",
            "gambit_id": "84928367-f63a-4313-afbc-a2ff4e7e4d07",
            "last_updated": "2023-12-12T21:58:23.707170-05:00",
            "created_at": "2023-12-11T09:38:01.410070-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5f4fc1-23b4-4299-83bf-f084c14ad533/?format=api"
        }
    ]
}