GET /api/bet_types/b10cb033-4311-47e5-a39d-7b1178c6e9e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b10cb033-4311-47e5-a39d-7b1178c6e9e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-20T09:16:48.798277-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": "New York Rangers",
                "amount": 6173.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "6503ee82-51c6-4e15-8e49-0fb0e7abe1ae",
            "gambit_id": "d13490ac-48e4-44e7-9775-e6c26bdd2322",
            "last_updated": "2023-02-21T09:26:51.175851-05:00",
            "created_at": "2023-02-20T09:16:48.799491-05:00",
            "name": "New York Rangers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10cb033-4311-47e5-a39d-7b1178c6e9e4/?format=api"
        },
        {
            "id": "8c1f4e23-8317-4226-a45b-3519a43cb705",
            "gambit_id": "47e6a578-74c6-4d1c-ac62-0ac14f263fae",
            "last_updated": "2023-02-21T09:26:51.177118-05:00",
            "created_at": "2023-02-20T09:16:48.800789-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10cb033-4311-47e5-a39d-7b1178c6e9e4/?format=api"
        }
    ]
}