GET /api/bet_types/b2ac3d25-2971-4043-a960-5669a1d3240b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2ac3d25-2971-4043-a960-5669a1d3240b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2c0eb5a-b2eb-415e-a7e8-bd5a93158ded/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:19.807056-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": "CLE (S Bieber)",
                "amount": 5440.0
            },
            {
                "team": "BOS (N Pivetta)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c8f9135-cd46-4745-91a8-00a27085d59f",
            "gambit_id": "3001c108-633c-4cbb-8cdc-f1cb2036dd2a",
            "last_updated": "2023-04-30T12:47:17.045439-04:00",
            "created_at": "2023-04-28T11:22:19.809911-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2ac3d25-2971-4043-a960-5669a1d3240b/?format=api"
        },
        {
            "id": "9dadfd82-a42d-431f-87c5-dcb2dd2cf3d1",
            "gambit_id": "413c0c1a-05ff-4500-a60a-7014c0a95f12",
            "last_updated": "2023-04-30T12:47:17.043853-04:00",
            "created_at": "2023-04-28T11:22:19.808533-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2ac3d25-2971-4043-a960-5669a1d3240b/?format=api"
        }
    ]
}