GET /api/bet_types/fd240d15-7831-4cdc-82da-e7df945e7a39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd240d15-7831-4cdc-82da-e7df945e7a39",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a57ad0a-cf02-496c-a549-ee8dbd483675/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-16T09:52:56.596317-04: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": "Detroit Red Wings",
                "amount": 5515.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9495a0d-9b56-4999-aeba-4dbd16e6220e",
            "gambit_id": "c0bea37e-ecaa-4434-9357-0298e33d6ff4",
            "last_updated": "2023-10-17T10:18:10.541934-04:00",
            "created_at": "2023-10-16T09:52:56.601654-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd240d15-7831-4cdc-82da-e7df945e7a39/?format=api"
        },
        {
            "id": "b08ca07e-e142-49aa-b02d-3a26e514524e",
            "gambit_id": "dcd38042-e56a-4c88-8055-f5eeb950a58a",
            "last_updated": "2023-10-17T10:18:10.545620-04:00",
            "created_at": "2023-10-16T09:52:56.606887-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd240d15-7831-4cdc-82da-e7df945e7a39/?format=api"
        }
    ]
}