GET /api/bet_types/a40d4590-3e0c-4a68-8164-ef0c9983632b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a40d4590-3e0c-4a68-8164-ef0c9983632b",
    "match": "https://api-prod.gambitprofit.com/api/matches/be4627d4-a3cf-4c93-855b-9090d39c8a7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T08:27:14.001553-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec2f59db-69b4-4889-a901-69ec8bef497d",
            "gambit_id": "e938e286-1536-496d-bced-32fbf6487235",
            "last_updated": "2023-01-12T15:36:59.829040-05:00",
            "created_at": "2023-01-11T08:27:14.004402-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40d4590-3e0c-4a68-8164-ef0c9983632b/?format=api"
        },
        {
            "id": "2ce61691-6e07-4002-9244-ba5ee52beb57",
            "gambit_id": "6848271e-dcc1-4c7a-928f-e0f92cb5bc2a",
            "last_updated": "2023-01-12T15:36:59.828013-05:00",
            "created_at": "2023-01-11T08:27:14.002792-05:00",
            "name": "Washington Wizards",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40d4590-3e0c-4a68-8164-ef0c9983632b/?format=api"
        }
    ]
}