GET /api/bet_types/8eb33b5a-3063-4186-b119-64331a2b3d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eb33b5a-3063-4186-b119-64331a2b3d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/648dd356-9877-4a6b-be71-3ec6d4d25ffc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:56.386703-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": "Minnesota Wild",
                "amount": 5944.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9dfcf23-22a5-4d04-8583-0bddf31f46aa",
            "gambit_id": "a7485874-1100-4565-86cf-b6cc0fa6a81d",
            "last_updated": "2023-10-30T21:58:18.444613-04:00",
            "created_at": "2023-10-29T09:12:56.391332-04:00",
            "name": "Minnesota Wild",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb33b5a-3063-4186-b119-64331a2b3d2f/?format=api"
        },
        {
            "id": "d266f0a0-4c8a-4968-81ca-4b67c5fde1ae",
            "gambit_id": "91ad3056-13cf-4091-aba2-2784a5b79320",
            "last_updated": "2023-10-30T21:58:18.452283-04:00",
            "created_at": "2023-10-29T09:12:56.395839-04:00",
            "name": "New Jersey Devils",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb33b5a-3063-4186-b119-64331a2b3d2f/?format=api"
        }
    ]
}