GET /api/bet_types/042bffbe-e9c0-4d25-82e0-dadf14c91df6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "042bffbe-e9c0-4d25-82e0-dadf14c91df6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6462002-1c29-4b3a-8778-7f160030b010/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:04.131898-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": "Philadelphia 76ers",
                "amount": 5106.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9bafa1e-25b2-46e9-b76e-436a69adb160",
            "gambit_id": "611efe2b-2c84-40a5-89d2-3f97b5d21b0e",
            "last_updated": "2023-01-30T17:46:57.394706-05:00",
            "created_at": "2023-01-28T09:42:04.133628-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042bffbe-e9c0-4d25-82e0-dadf14c91df6/?format=api"
        },
        {
            "id": "d9d30bc2-5987-429c-bd8b-c333d13344db",
            "gambit_id": "e4afa5b6-7dea-49df-a497-f1646c6c2e0d",
            "last_updated": "2023-01-30T17:46:57.396510-05:00",
            "created_at": "2023-01-28T09:42:04.135459-05:00",
            "name": "Denver Nuggets",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042bffbe-e9c0-4d25-82e0-dadf14c91df6/?format=api"
        }
    ]
}