GET /api/bet_types/61e45ae2-c044-4490-800f-39c6473c94ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61e45ae2-c044-4490-800f-39c6473c94ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2e36fd5-3eeb-4c4c-a83b-509763cba3a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:47.739804-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": 5882.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "082a606e-2c48-4df6-ae93-159e5abb4c9c",
            "gambit_id": "f0f6ec68-410b-4d03-8c51-03a15b7a4626",
            "last_updated": "2023-01-14T12:07:00.319407-05:00",
            "created_at": "2023-01-13T09:11:47.742145-05:00",
            "name": "New York Knicks",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e45ae2-c044-4490-800f-39c6473c94ea/?format=api"
        },
        {
            "id": "977a3822-fb0c-4066-837f-b125c1c6d046",
            "gambit_id": "b3bf0a66-46e8-4582-a81c-33cd1f1377e9",
            "last_updated": "2023-01-14T12:07:00.314669-05:00",
            "created_at": "2023-01-13T09:11:47.740988-05:00",
            "name": "Washington Wizards",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e45ae2-c044-4490-800f-39c6473c94ea/?format=api"
        }
    ]
}