GET /api/bet_types/8dc32560-ed21-45c0-83ee-17c353c1d594/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dc32560-ed21-45c0-83ee-17c353c1d594",
    "match": "https://api-prod.gambitprofit.com/api/matches/af6410f6-86c8-43a2-a526-4db542035639/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:55.723936-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": "Tampa Bay Lightning",
                "amount": 5000.0
            },
            {
                "team": "Boston Bruins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "26b9aa31-82b4-47fd-bf68-219809f43e38",
            "gambit_id": "15f46e20-b996-4248-bfb7-8ac837570e7a",
            "last_updated": "2023-01-27T10:17:14.500500-05:00",
            "created_at": "2023-01-26T10:56:55.725366-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc32560-ed21-45c0-83ee-17c353c1d594/?format=api"
        },
        {
            "id": "58b267a2-68f5-4387-b283-b3be0387e6fb",
            "gambit_id": "f0cf66c3-0268-445f-9398-a00c8ceb8d00",
            "last_updated": "2023-01-27T10:17:14.501699-05:00",
            "created_at": "2023-01-26T10:56:55.726838-05:00",
            "name": "Boston Bruins",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc32560-ed21-45c0-83ee-17c353c1d594/?format=api"
        }
    ]
}