GET /api/bet_types/c56a8507-d27c-4bf9-976d-2e5223ede603/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c56a8507-d27c-4bf9-976d-2e5223ede603",
    "match": "https://api-prod.gambitprofit.com/api/matches/234ae1ca-4c69-4a8e-a95e-4476b073939f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:17.028787-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": "Washington Capitals",
                "amount": 6856.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb29238d-e76e-40f7-abef-0318be0bafa3",
            "gambit_id": "004a7561-34ed-4299-87c9-ad4dc80aa9dc",
            "last_updated": "2024-01-23T20:23:21.181954-05:00",
            "created_at": "2024-01-20T05:38:17.038138-05:00",
            "name": "Washington Capitals",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c56a8507-d27c-4bf9-976d-2e5223ede603/?format=api"
        },
        {
            "id": "511274f9-6b64-40f0-9719-2f54fee0cf58",
            "gambit_id": "1c4a060c-d376-4b94-95f9-62c546fde5ae",
            "last_updated": "2024-01-23T20:23:21.185203-05:00",
            "created_at": "2024-01-20T05:38:17.042587-05:00",
            "name": "St Louis Blues",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c56a8507-d27c-4bf9-976d-2e5223ede603/?format=api"
        }
    ]
}