GET /api/bet_types/388ed568-f2f5-46f5-89fc-f36ab4fb526d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "388ed568-f2f5-46f5-89fc-f36ab4fb526d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8018ffd8-65ac-42c4-88f8-5a4e89262cf4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T07:18:21.551784-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 8724.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1276.0
            }
        ],
        "expected_reward_tokens": 9506.2,
        "profit_sb": 6.2,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "98cdf801-e79a-4439-b76b-277aa01d857e",
            "gambit_id": "869a5ad2-0d4c-4231-8654-1ba58a7eb35c",
            "last_updated": "2024-01-23T18:33:35.849913-05:00",
            "created_at": "2024-01-20T07:18:21.556039-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/388ed568-f2f5-46f5-89fc-f36ab4fb526d/?format=api"
        },
        {
            "id": "26422f89-8442-499d-83d0-b1d85db51a31",
            "gambit_id": "6c2e357b-2913-4d66-9cd2-7491b5d52a06",
            "last_updated": "2024-01-23T18:33:35.853490-05:00",
            "created_at": "2024-01-20T07:18:21.560915-05:00",
            "name": "Detroit Pistons",
            "reward": "7.45000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/388ed568-f2f5-46f5-89fc-f36ab4fb526d/?format=api"
        }
    ]
}