GET /api/bet_types/79b6b97c-ffce-4d75-ba41-8e93cd26cc30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b6b97c-ffce-4d75-ba41-8e93cd26cc30",
    "match": "https://api-prod.gambitprofit.com/api/matches/a41af8d8-1eca-4529-989f-0ab5da030cec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:16.543476-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "477b2601-2e8d-4a20-b081-a0fa2533b46e",
            "gambit_id": "a27e7424-4450-48b6-a6b3-06db8dcb9c45",
            "last_updated": "2023-11-23T16:28:09.547067-05:00",
            "created_at": "2023-11-22T09:08:16.552834-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b6b97c-ffce-4d75-ba41-8e93cd26cc30/?format=api"
        },
        {
            "id": "b6ae403f-1e4d-4777-9e7d-5a7d98dbd3f7",
            "gambit_id": "b92ba132-7133-443e-9e14-455cace122f5",
            "last_updated": "2023-11-23T16:28:09.543485-05:00",
            "created_at": "2023-11-22T09:08:16.548643-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b6b97c-ffce-4d75-ba41-8e93cd26cc30/?format=api"
        }
    ]
}