GET /api/bet_types/ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f00caba5-499f-45e3-8952-9a54f271b2b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:13.800480-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": "Milwaukee Bucks",
                "amount": 6856.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7fca123-461b-44ae-bcfd-e7c98bcf677b",
            "gambit_id": "7118a847-fd1a-453d-91ba-7d16e9a1fb02",
            "last_updated": "2024-01-26T13:28:11.078033-05:00",
            "created_at": "2024-01-24T09:13:13.809430-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1/?format=api"
        },
        {
            "id": "8e46af32-a014-48ac-8ca3-8a58d1ab4f9a",
            "gambit_id": "05afb955-b1fc-47e2-9a43-e1a7bb63b3a3",
            "last_updated": "2024-01-26T13:28:11.074689-05:00",
            "created_at": "2024-01-24T09:13:13.804851-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1/?format=api"
        }
    ]
}