GET /api/bet_types/b4564481-d270-48d8-afdf-3c3d5cd3f3db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4564481-d270-48d8-afdf-3c3d5cd3f3db",
    "match": "https://api-prod.gambitprofit.com/api/matches/417352fe-933d-4447-832c-03cf88cd2d9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-08T09:02:57.029289-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": "Miami Heat",
                "amount": 6090.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d205c85c-d2fc-498b-bc18-1ac8a9b35fdc",
            "gambit_id": "13c7c192-48ca-47d7-aefa-35d8d4b61568",
            "last_updated": "2024-01-10T10:03:15.883105-05:00",
            "created_at": "2024-01-08T09:02:57.037146-05:00",
            "name": "Miami Heat",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4564481-d270-48d8-afdf-3c3d5cd3f3db/?format=api"
        },
        {
            "id": "15ac25e8-2dc0-4967-943f-7a24d20b2466",
            "gambit_id": "b9249695-5d1c-43bb-8dfa-fab06cf35173",
            "last_updated": "2024-01-10T10:03:15.878872-05:00",
            "created_at": "2024-01-08T09:02:57.033042-05:00",
            "name": "Houston Rockets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4564481-d270-48d8-afdf-3c3d5cd3f3db/?format=api"
        }
    ]
}