GET /api/bet_types/f7ab061a-181a-4f6b-9336-608c09418205/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7ab061a-181a-4f6b-9336-608c09418205",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b3d522b-c8c7-4e0b-b9aa-fbeb73b4a3c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:04.653899-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad972b54-86e5-4b85-9918-60a9f3a4307d",
            "gambit_id": "d41ce587-1c07-42f3-8349-ce146ec9eb46",
            "last_updated": "2023-11-06T10:03:05.671310-05:00",
            "created_at": "2023-11-04T09:48:04.658767-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ab061a-181a-4f6b-9336-608c09418205/?format=api"
        },
        {
            "id": "44987bd3-1370-463c-bd66-183b8e184dbb",
            "gambit_id": "05343318-b030-479d-b8ea-19169dec9049",
            "last_updated": "2023-11-06T10:03:05.675384-05:00",
            "created_at": "2023-11-04T09:48:04.663397-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ab061a-181a-4f6b-9336-608c09418205/?format=api"
        }
    ]
}