GET /api/bet_types/52d4f8dc-2eaf-42a5-8438-78724575f738/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52d4f8dc-2eaf-42a5-8438-78724575f738",
    "match": "https://api-prod.gambitprofit.com/api/matches/812be2b0-cd91-4d53-9d51-197212f8333b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:24.930538-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": "New Jersey Devils",
                "amount": 5944.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "749aa6ca-62eb-4622-adab-baae53e93964",
            "gambit_id": "58256f31-9bb1-4d50-9104-bbef80303783",
            "last_updated": "2023-11-08T17:48:21.521246-05:00",
            "created_at": "2023-11-07T08:38:24.934958-05:00",
            "name": "New Jersey Devils",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d4f8dc-2eaf-42a5-8438-78724575f738/?format=api"
        },
        {
            "id": "1ed49607-57e8-4284-a6bc-231a2f3897d4",
            "gambit_id": "c8f4733b-3fab-4104-b2f8-6b1bf8cc8a74",
            "last_updated": "2023-11-08T17:48:21.525275-05:00",
            "created_at": "2023-11-07T08:38:24.939344-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d4f8dc-2eaf-42a5-8438-78724575f738/?format=api"
        }
    ]
}