GET /api/bet_types/9c65aa6f-fa08-48ca-b27c-510339405f05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c65aa6f-fa08-48ca-b27c-510339405f05",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d60aa79-ef20-4e40-a56f-22396b7bc3b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:55.745404-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": "Pittsburgh Penguins",
                "amount": 5421.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "157d2012-0824-4c9d-81c2-794c6ccbfce4",
            "gambit_id": "b7bb7d37-1370-4580-893f-b6b63a65b201",
            "last_updated": "2023-03-08T10:52:03.095019-05:00",
            "created_at": "2023-03-07T09:41:55.746762-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c65aa6f-fa08-48ca-b27c-510339405f05/?format=api"
        },
        {
            "id": "999b4a7e-4a1a-4459-b1e4-6e13c1c9564d",
            "gambit_id": "c297791a-5318-4290-8249-9ae3eb4e9d93",
            "last_updated": "2023-03-08T10:52:03.096191-05:00",
            "created_at": "2023-03-07T09:41:55.748137-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c65aa6f-fa08-48ca-b27c-510339405f05/?format=api"
        }
    ]
}