GET /api/bet_types/578512f8-dbd6-4ec1-ac91-1f2753780e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "578512f8-dbd6-4ec1-ac91-1f2753780e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec0bc212-3ca0-4281-9eb0-3067518c88fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:13.266457-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": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "67b1cf5f-e2e9-4801-9e2d-841c76aec269",
            "gambit_id": "98dbef02-7e57-40db-80a4-ced27ac57816",
            "last_updated": "2024-01-19T12:03:20.870421-05:00",
            "created_at": "2024-01-17T09:28:13.273607-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578512f8-dbd6-4ec1-ac91-1f2753780e9a/?format=api"
        },
        {
            "id": "aa710f05-4084-4fba-a463-150caccda940",
            "gambit_id": "e07c7bef-3a86-4084-80eb-75e9f82115da",
            "last_updated": "2024-01-19T12:03:20.873774-05:00",
            "created_at": "2024-01-17T09:28:13.281930-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578512f8-dbd6-4ec1-ac91-1f2753780e9a/?format=api"
        }
    ]
}