GET /api/bet_types/45821609-6b9a-4461-90a0-c72c2fbd12c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45821609-6b9a-4461-90a0-c72c2fbd12c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5f20544-e979-4283-afa5-a689cacc6e66/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:06.821075-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": "San Francisco 49ers",
                "amount": 7197.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0be1b6b-7781-4999-a3c9-b41bd2c12a31",
            "gambit_id": "0c495b76-3874-4104-88cf-eefbefd0725e",
            "last_updated": "2023-12-26T20:18:07.032684-05:00",
            "created_at": "2023-12-20T11:13:06.829379-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45821609-6b9a-4461-90a0-c72c2fbd12c5/?format=api"
        },
        {
            "id": "54b6d626-a3bf-46b7-89a2-d9ed6fe6735e",
            "gambit_id": "cc5d390c-2bbf-48cd-b90a-5d87db6366f9",
            "last_updated": "2023-12-26T20:18:07.028781-05:00",
            "created_at": "2023-12-20T11:13:06.825438-05:00",
            "name": "Baltimore Ravens",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45821609-6b9a-4461-90a0-c72c2fbd12c5/?format=api"
        }
    ]
}