GET /api/bet_types/5ee96025-243e-4654-ae93-626636bd73f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ee96025-243e-4654-ae93-626636bd73f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df06c2d-2227-4279-bd23-1dc5839f3547/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-24T12:36:53.456221-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f693cd3c-e1e0-452b-9fe1-724b585b01ae",
            "gambit_id": "cbbe1f4b-4ea9-43ee-8d8b-701ae40c2d9a",
            "last_updated": "2022-12-27T10:12:00.880430-05:00",
            "created_at": "2022-12-24T12:36:53.457389-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee96025-243e-4654-ae93-626636bd73f4/?format=api"
        },
        {
            "id": "b1e39a76-4fb4-4dec-8396-af899664b747",
            "gambit_id": "7b72503f-f085-4bd8-9466-d9e3765f8a17",
            "last_updated": "2022-12-27T10:12:00.881583-05:00",
            "created_at": "2022-12-24T12:36:53.458591-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee96025-243e-4654-ae93-626636bd73f4/?format=api"
        }
    ]
}