GET /api/bet_types/2b93c422-4d32-439c-840a-f7399b6f088c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b93c422-4d32-439c-840a-f7399b6f088c",
    "match": "https://api-prod.gambitprofit.com/api/matches/da76b183-af5a-4a31-ab8b-7aea440f1f8f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:23.538468-04: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": "Carolina Panthers",
                "amount": 5939.0
            },
            {
                "team": "New York Jets",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "696af8dc-e038-4505-aae1-3f63788eeb15",
            "gambit_id": "e64c8470-7889-4f54-99aa-46ff9f85e908",
            "last_updated": "2023-08-14T11:18:19.068636-04:00",
            "created_at": "2023-08-11T11:43:23.547689-04:00",
            "name": "Carolina Panthers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b93c422-4d32-439c-840a-f7399b6f088c/?format=api"
        },
        {
            "id": "65b7266e-ab8d-42d6-a112-78965100cfe0",
            "gambit_id": "8d028cf6-3baa-47fb-b232-14e9a779e168",
            "last_updated": "2023-08-14T11:18:19.065252-04:00",
            "created_at": "2023-08-11T11:43:23.542979-04:00",
            "name": "New York Jets",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b93c422-4d32-439c-840a-f7399b6f088c/?format=api"
        }
    ]
}