GET /api/bet_types/daaa8e1d-7bfa-4f01-a6f7-2426f5c1a107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daaa8e1d-7bfa-4f01-a6f7-2426f5c1a107",
    "match": "https://api-prod.gambitprofit.com/api/matches/f92d7468-46ce-47fc-8f48-4880b2cc931a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:15.793059-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "99a64fc7-2ab3-455c-9a91-e53cae09b120",
            "gambit_id": "780b1823-c7ec-4a2e-b608-9fe2046befe1",
            "last_updated": "2023-11-29T21:53:07.628967-05:00",
            "created_at": "2023-11-28T09:33:15.803146-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daaa8e1d-7bfa-4f01-a6f7-2426f5c1a107/?format=api"
        },
        {
            "id": "db85f272-e12a-40bc-8d0f-7103f062e31e",
            "gambit_id": "54b7386e-4517-48bd-af09-0bfbe028df12",
            "last_updated": "2023-11-29T21:53:07.625790-05:00",
            "created_at": "2023-11-28T09:33:15.798539-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daaa8e1d-7bfa-4f01-a6f7-2426f5c1a107/?format=api"
        }
    ]
}