GET /api/bet_types/587e7579-5862-48e0-bf9c-1b37b7c04142/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587e7579-5862-48e0-bf9c-1b37b7c04142",
    "match": "https://api-prod.gambitprofit.com/api/matches/49f4de65-b4e8-403d-b470-366a66937cea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:57:11.269098-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 Knicks",
                "amount": 6025.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "48940ccb-100b-4717-8df9-b1ed8fa7c8ff",
            "gambit_id": "44e1c015-eb34-4315-b02f-6f85d6f1605e",
            "last_updated": "2023-02-26T11:41:55.448224-05:00",
            "created_at": "2023-02-25T09:57:11.270332-05:00",
            "name": "New York Knicks",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587e7579-5862-48e0-bf9c-1b37b7c04142/?format=api"
        },
        {
            "id": "89c7d078-f57e-4852-9540-11103b1a8232",
            "gambit_id": "3674b768-98a6-4127-ae2f-b28cbd01ec05",
            "last_updated": "2023-02-26T11:41:55.449295-05:00",
            "created_at": "2023-02-25T09:57:11.271630-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587e7579-5862-48e0-bf9c-1b37b7c04142/?format=api"
        }
    ]
}