GET /api/bet_types/b9d34cd5-bf6d-46e6-89f2-9fa7d3b44af5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9d34cd5-bf6d-46e6-89f2-9fa7d3b44af5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9c8901b-488c-4122-9021-596807836271/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-05T09:47:04.507152-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": "Minnesota Timberwolves",
                "amount": 7611.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 2389.0
            }
        ],
        "expected_reward_tokens": 9436.55,
        "profit_sb": -63.45,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf9f4b12-082d-4f71-8ae4-19984b11c9da",
            "gambit_id": "bc3a997e-14fa-45fc-b8a0-a659a0185dc1",
            "last_updated": "2023-02-06T09:06:57.328866-05:00",
            "created_at": "2023-02-05T09:47:04.508391-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d34cd5-bf6d-46e6-89f2-9fa7d3b44af5/?format=api"
        },
        {
            "id": "3f8eaf3f-69bd-49b2-87e2-db5433335c3e",
            "gambit_id": "9ad8e28d-b349-4a47-a531-6cdc1c6dfdc0",
            "last_updated": "2023-02-06T09:06:57.330354-05:00",
            "created_at": "2023-02-05T09:47:04.509713-05:00",
            "name": "Denver Nuggets",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d34cd5-bf6d-46e6-89f2-9fa7d3b44af5/?format=api"
        }
    ]
}