GET /api/bet_types/24de8f73-84dd-4c95-940f-9ba1ceb97e96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24de8f73-84dd-4c95-940f-9ba1ceb97e96",
    "match": "https://api-prod.gambitprofit.com/api/matches/e13cb2df-0c54-45fc-9066-a95856696e78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:12.828254-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": "Tampa Bay Lightning",
                "amount": 5857.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "b814aaa8-7dd8-4149-a3eb-075fe1025bfb",
            "gambit_id": "ea1f09f1-c482-4243-99d2-eb9cd7b0b6d5",
            "last_updated": "2024-01-29T21:53:08.074899-05:00",
            "created_at": "2024-01-27T09:18:12.838626-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24de8f73-84dd-4c95-940f-9ba1ceb97e96/?format=api"
        },
        {
            "id": "ff631f4f-2869-492f-9f69-f119edf5d3a1",
            "gambit_id": "31bd48e7-43a2-4e41-8754-a4e02e9000bc",
            "last_updated": "2024-01-29T21:53:08.071227-05:00",
            "created_at": "2024-01-27T09:18:12.832678-05:00",
            "name": "New Jersey Devils",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24de8f73-84dd-4c95-940f-9ba1ceb97e96/?format=api"
        }
    ]
}