GET /api/bet_types/3580bbe6-29fe-460d-99c9-6af2c45ae51b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3580bbe6-29fe-460d-99c9-6af2c45ae51b",
    "match": "https://api-prod.gambitprofit.com/api/matches/758a2ed9-540f-4a20-b489-77d0975f622d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:57.884689-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": "DET (T Skubal)",
                "amount": 6492.0
            },
            {
                "team": "KAN (J Bowlan)",
                "amount": 3508.0
            }
        ],
        "expected_reward_tokens": 9541.76,
        "profit_sb": 41.76,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "46c2101a-2928-45ef-afee-55e72f79c307",
            "gambit_id": "87a2fa5c-b6fd-4303-8bd9-1169eaf76a13",
            "last_updated": "2023-09-28T19:13:19.751185-04:00",
            "created_at": "2023-09-27T09:22:57.899867-04:00",
            "name": "DET (T Skubal)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580bbe6-29fe-460d-99c9-6af2c45ae51b/?format=api"
        },
        {
            "id": "368a2a86-ac54-4ff4-aeb1-67522c0de1fe",
            "gambit_id": "81b2cb5d-ddf5-4635-9469-060f22dc4388",
            "last_updated": "2023-09-28T19:13:19.744417-04:00",
            "created_at": "2023-09-27T09:22:57.891831-04:00",
            "name": "KAN (J Bowlan)",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580bbe6-29fe-460d-99c9-6af2c45ae51b/?format=api"
        }
    ]
}