GET /api/bet_types/203fa3a6-f95f-4903-9b42-fd6374342398/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "203fa3a6-f95f-4903-9b42-fd6374342398",
    "match": "https://api-prod.gambitprofit.com/api/matches/79219904-509e-49fa-88fb-2f5ce8461a02/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:05.593279-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8959cd12-d3fd-484d-9387-03342a24d858",
            "gambit_id": "020b74af-6875-4650-9b33-016c9dca1588",
            "last_updated": "2024-01-02T10:13:09.324955-05:00",
            "created_at": "2023-12-31T10:13:05.597694-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/203fa3a6-f95f-4903-9b42-fd6374342398/?format=api"
        },
        {
            "id": "25eb6c68-1f09-4896-b3f0-66fc78c0d389",
            "gambit_id": "f785ecc3-6b62-43b7-b30b-25f8dbed3082",
            "last_updated": "2024-01-02T10:13:09.328585-05:00",
            "created_at": "2023-12-31T10:13:05.602216-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/203fa3a6-f95f-4903-9b42-fd6374342398/?format=api"
        }
    ]
}