GET /api/bet_types/d5272adb-d673-40cc-9748-5b7fb94bfe6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5272adb-d673-40cc-9748-5b7fb94bfe6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce042d1-bd05-48b9-ab41-29b97563b6c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Clippers",
                "amount": 5399.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f3a2f84-c190-47bc-8346-86eb5ec3f731",
            "gambit_id": "c91c2a35-1b61-4389-92fa-b01e30eba37b",
            "last_updated": "2022-11-22T09:52:09.156352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5272adb-d673-40cc-9748-5b7fb94bfe6e/?format=api"
        },
        {
            "id": "9504d115-568c-4c5c-a096-e6c18c52f83b",
            "gambit_id": "13a4eb34-b132-47e7-bc99-a965828e02d9",
            "last_updated": "2022-11-22T09:52:09.157342-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5272adb-d673-40cc-9748-5b7fb94bfe6e/?format=api"
        }
    ]
}