GET /api/bet_types/dce501bb-8675-4511-bc39-1fbcb0b86091/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce501bb-8675-4511-bc39-1fbcb0b86091",
    "match": "https://api-prod.gambitprofit.com/api/matches/61460ce7-fa33-4faa-b3a7-4ccb36afba0e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:00.126491-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": "Miami Heat",
                "amount": 6241.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "48babc42-978d-4162-8d64-fcacf147a605",
            "gambit_id": "f6aef39a-e455-4dc5-a67e-1504e36745a4",
            "last_updated": "2023-12-12T21:48:20.813681-05:00",
            "created_at": "2023-12-11T09:38:00.129869-05:00",
            "name": "Miami Heat",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce501bb-8675-4511-bc39-1fbcb0b86091/?format=api"
        },
        {
            "id": "9b99412e-eeaa-4ec4-a9c7-d1d24e7c8abf",
            "gambit_id": "015981ef-9097-447a-9ee1-e0424af53488",
            "last_updated": "2023-12-12T21:48:20.819382-05:00",
            "created_at": "2023-12-11T09:38:00.133641-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce501bb-8675-4511-bc39-1fbcb0b86091/?format=api"
        }
    ]
}