GET /api/bet_types/22cbb4e1-f0e7-433f-bc6a-499da470a24c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22cbb4e1-f0e7-433f-bc6a-499da470a24c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5eaf240-bbf6-43f2-85bf-626889458c0c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-26T09:33:17.528543-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": "Orlando Magic",
                "amount": 6752.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ffbc09e-9d22-419d-a42f-abf8bab1110b",
            "gambit_id": "ea6cbd4b-dd6b-4470-a4b1-d89490729a73",
            "last_updated": "2024-01-27T10:58:05.537308-05:00",
            "created_at": "2024-01-26T09:33:17.533036-05:00",
            "name": "Orlando Magic",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22cbb4e1-f0e7-433f-bc6a-499da470a24c/?format=api"
        },
        {
            "id": "b50433b7-cc23-4d0b-ba86-f628943b497d",
            "gambit_id": "92c3800a-4b48-4244-9cf8-1ab2720f7503",
            "last_updated": "2024-01-27T10:58:05.540565-05:00",
            "created_at": "2024-01-26T09:33:17.538142-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22cbb4e1-f0e7-433f-bc6a-499da470a24c/?format=api"
        }
    ]
}