GET /api/bet_types/b5850786-2926-484f-96d0-5f7590f1142d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5850786-2926-484f-96d0-5f7590f1142d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d5f5d95-2062-41e8-ae33-09ca09ed1e9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-09T15:23:06.245632-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": "Pittsburgh Penguins",
                "amount": 6893.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3107.0
            }
        ],
        "expected_reward_tokens": 9443.41,
        "profit_sb": -56.59,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "54060ad6-18c5-4352-891d-53d893193187",
            "gambit_id": "bea0ad9a-30cd-4234-bc12-f165cf415699",
            "last_updated": "2023-10-11T09:02:55.268197-04:00",
            "created_at": "2023-10-09T15:23:06.257792-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5850786-2926-484f-96d0-5f7590f1142d/?format=api"
        },
        {
            "id": "16e74d78-411e-4d7f-be8c-f356109ffa57",
            "gambit_id": "93d9fa7b-1336-486b-aad5-16510c177cc8",
            "last_updated": "2023-10-11T09:02:55.263289-04:00",
            "created_at": "2023-10-09T15:23:06.252356-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.04000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5850786-2926-484f-96d0-5f7590f1142d/?format=api"
        }
    ]
}