GET /api/bet_types/41f166c1-80d1-4f95-b70d-3a6e8afd42fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41f166c1-80d1-4f95-b70d-3a6e8afd42fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0c0613d-e7d2-469a-bf41-7df5dd7aa3d2/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 York Jets",
                "amount": 5098.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "a35d35a0-97ac-44a4-8ccb-1f7dc1566b9e",
            "gambit_id": "8d36484a-501b-4fb0-95dc-9473ad380eab",
            "last_updated": "2022-12-23T12:22:18.015901-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41f166c1-80d1-4f95-b70d-3a6e8afd42fb/?format=api"
        },
        {
            "id": "cff99e05-5298-4dc8-8288-2fdf5c842f16",
            "gambit_id": "bbe40f0c-49b2-4d36-bfe2-5c8496f11a5d",
            "last_updated": "2022-12-23T12:22:18.017096-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41f166c1-80d1-4f95-b70d-3a6e8afd42fb/?format=api"
        }
    ]
}