GET /api/bet_types/2d3526cb-77ae-4df4-9b14-a9b62f82ce9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d3526cb-77ae-4df4-9b14-a9b62f82ce9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:16.310074-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdeaabd5-79a7-427b-aa93-429d34283fed",
            "gambit_id": "669f24dd-6afd-40e9-ab3f-9459a4d66937",
            "last_updated": "2024-01-27T11:03:04.725179-05:00",
            "created_at": "2024-01-26T09:33:16.315207-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3526cb-77ae-4df4-9b14-a9b62f82ce9e/?format=api"
        },
        {
            "id": "bfeb23c4-76ac-4aa9-ac7e-77e224fdf2fb",
            "gambit_id": "73a88eeb-002f-48fd-88e7-e663f6c7d1e1",
            "last_updated": "2024-01-27T11:03:04.728931-05:00",
            "created_at": "2024-01-26T09:33:16.319675-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3526cb-77ae-4df4-9b14-a9b62f82ce9e/?format=api"
        }
    ]
}