GET /api/bet_types/78b8e649-4355-4c46-9f43-8446bff7af73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78b8e649-4355-4c46-9f43-8446bff7af73",
    "match": "https://api-prod.gambitprofit.com/api/matches/9996c93a-8602-40b8-9b3d-f18f1ff1aec2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:03.387915-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 Steelers",
                "amount": 5213.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "311bc55e-f4fe-4396-9f08-2a9024efaa42",
            "gambit_id": "f0ef2fd6-11a6-4580-a701-05d48b2dc56c",
            "last_updated": "2023-12-26T15:38:08.753389-05:00",
            "created_at": "2023-12-20T11:13:03.396597-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78b8e649-4355-4c46-9f43-8446bff7af73/?format=api"
        },
        {
            "id": "f35d66a7-ea9d-49fb-a395-f822cb0e4cf0",
            "gambit_id": "7040c185-909a-442b-857a-c90e68e3b851",
            "last_updated": "2023-12-26T15:38:08.749988-05:00",
            "created_at": "2023-12-20T11:13:03.391992-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78b8e649-4355-4c46-9f43-8446bff7af73/?format=api"
        }
    ]
}