GET /api/bet_types/3cd9b230-4f5c-4f63-b9be-5fc2b8b17e79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd9b230-4f5c-4f63-b9be-5fc2b8b17e79",
    "match": "https://api-prod.gambitprofit.com/api/matches/c481ed52-e90a-495e-9947-dc573a14d537/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:07.551730-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b51e0310-71d6-4e9a-a897-8812ff37e0f8",
            "gambit_id": "6734b42c-e48d-455d-b4c6-62c828f83135",
            "last_updated": "2023-10-26T10:48:11.244385-04:00",
            "created_at": "2023-10-25T09:13:07.555911-04:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd9b230-4f5c-4f63-b9be-5fc2b8b17e79/?format=api"
        },
        {
            "id": "0f774985-fb6d-4dba-9ec1-a6d4815e9473",
            "gambit_id": "3ef13da3-167e-43a9-9190-69e7df2b2834",
            "last_updated": "2023-10-26T10:48:11.247536-04:00",
            "created_at": "2023-10-25T09:13:07.560171-04:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd9b230-4f5c-4f63-b9be-5fc2b8b17e79/?format=api"
        }
    ]
}