GET /api/bet_types/b365d334-32e7-4d06-a420-15e1c7756716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b365d334-32e7-4d06-a420-15e1c7756716",
    "match": "https://api-prod.gambitprofit.com/api/matches/62f44a15-c7d6-403d-b784-b697a605b446/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:18:09.418235-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": "Utah Jazz",
                "amount": 6554.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ce4b62a-028d-4e7d-a272-5ec5d5b7ac41",
            "gambit_id": "fd8410a8-bc33-4b23-8bc7-c7181d4a28cd",
            "last_updated": "2024-02-02T14:43:24.050734-05:00",
            "created_at": "2024-02-01T09:18:09.423407-05:00",
            "name": "Utah Jazz",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b365d334-32e7-4d06-a420-15e1c7756716/?format=api"
        },
        {
            "id": "b1545cb0-8b89-4f8d-998d-9bc26a9cc494",
            "gambit_id": "4b47166e-627a-4131-b46c-47291d2f21c3",
            "last_updated": "2024-02-02T14:43:24.054591-05:00",
            "created_at": "2024-02-01T09:18:09.428856-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b365d334-32e7-4d06-a420-15e1c7756716/?format=api"
        }
    ]
}