GET /api/bet_types/5e31c9a9-6905-4e78-80b9-5076cf32fcda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e31c9a9-6905-4e78-80b9-5076cf32fcda",
    "match": "https://api-prod.gambitprofit.com/api/matches/19b64932-0611-4ff3-a24e-e957d26fe731/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:56.846242-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": "Philadelphia Flyers",
                "amount": 5482.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e57a560-6f4c-4186-a582-403e977e5b52",
            "gambit_id": "b853e9c0-5833-45a9-be03-7355435cbe6e",
            "last_updated": "2023-01-16T10:07:23.886056-05:00",
            "created_at": "2023-01-14T08:26:56.852516-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e31c9a9-6905-4e78-80b9-5076cf32fcda/?format=api"
        },
        {
            "id": "e3d62a28-8315-4d11-88f6-d207aa4e7c3f",
            "gambit_id": "b246458b-5d12-4f1c-9ed2-d8dd9bd5bede",
            "last_updated": "2023-01-16T10:07:23.882993-05:00",
            "created_at": "2023-01-14T08:26:56.849233-05:00",
            "name": "Washington Capitals",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e31c9a9-6905-4e78-80b9-5076cf32fcda/?format=api"
        }
    ]
}