GET /api/bet_types/3c3c7852-0b59-45ed-9bca-c7deea3985a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c3c7852-0b59-45ed-9bca-c7deea3985a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/695ce795-6743-4c1f-81dd-2e497d212db9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:12.819032-04: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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "81e7089e-2921-4c17-9dff-b0f42625729b",
            "gambit_id": "53584d91-2e64-46d3-88b6-dcf98def3f90",
            "last_updated": "2023-04-27T11:52:07.021407-04:00",
            "created_at": "2023-04-26T12:02:12.820411-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c3c7852-0b59-45ed-9bca-c7deea3985a6/?format=api"
        },
        {
            "id": "eaf946c8-4ae4-4ec6-8c88-55c02a0002da",
            "gambit_id": "2b93d1f9-3289-4e6c-bda7-255075217592",
            "last_updated": "2023-04-27T11:52:07.023474-04:00",
            "created_at": "2023-04-26T12:02:12.821875-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c3c7852-0b59-45ed-9bca-c7deea3985a6/?format=api"
        }
    ]
}