GET /api/bet_types/ab5fcad0-6e8b-4560-a128-8643b8d36180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab5fcad0-6e8b-4560-a128-8643b8d36180",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ada81f8-f6a8-4205-a7d8-dbceb99d334f/?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": "Columbus Blue Jackets",
                "amount": 5387.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8995.35,
        "profit_sb": -4.65,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "82d6b575-839f-4863-a303-2330d5b71830",
            "gambit_id": "85cd2710-99ff-4e16-abb6-3f66e28d1375",
            "last_updated": "2022-12-20T20:17:22.863824-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5fcad0-6e8b-4560-a128-8643b8d36180/?format=api"
        },
        {
            "id": "f9d6c027-2d06-4ef9-b88c-b98e9c8c9fd2",
            "gambit_id": "296b46ba-5281-46fc-968b-089c5fbd63ea",
            "last_updated": "2022-12-20T20:17:22.865273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5fcad0-6e8b-4560-a128-8643b8d36180/?format=api"
        }
    ]
}