GET /api/bet_types/b9b57287-7247-4687-adb0-5c650dcc6394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9b57287-7247-4687-adb0-5c650dcc6394",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1d9f0cb-286f-4578-8270-38c5596c9aae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T09:07:00.026451-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": "Philadelphia 76ers",
                "amount": 5599.0
            },
            {
                "team": "Miami Heat",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a9792ff-8e2f-491c-abc4-6db77f327888",
            "gambit_id": "04152ec7-c8b8-4121-bc99-a09aa0012056",
            "last_updated": "2023-04-07T20:32:11.889689-04:00",
            "created_at": "2023-04-06T09:07:00.027869-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9b57287-7247-4687-adb0-5c650dcc6394/?format=api"
        },
        {
            "id": "05da3fb0-73d0-40cc-ac57-e0ed381ef28e",
            "gambit_id": "14c67d0b-e8d6-40ad-b021-082ea5c9c5a2",
            "last_updated": "2023-04-07T20:32:11.891450-04:00",
            "created_at": "2023-04-06T09:07:00.029615-04:00",
            "name": "Miami Heat",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9b57287-7247-4687-adb0-5c650dcc6394/?format=api"
        }
    ]
}