GET /api/bet_types/163da466-9a73-4946-9b39-0d47a1c6ecc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "163da466-9a73-4946-9b39-0d47a1c6ecc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a322f55c-31b7-4096-90ef-64d8fb06ab28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:54.611215-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": "TEX (N Eovaldi)",
                "amount": 5990.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "77fd37a0-4346-4c9c-9229-8e3d747a6658",
            "gambit_id": "a6c38cd0-20df-4f2c-95f6-24cd981a40cf",
            "last_updated": "2023-06-05T10:57:25.619248-04:00",
            "created_at": "2023-06-04T12:16:54.615863-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163da466-9a73-4946-9b39-0d47a1c6ecc5/?format=api"
        },
        {
            "id": "ab46d785-3fe4-4208-b3e7-802a294439a4",
            "gambit_id": "d2d013fa-36d3-44a3-aecb-566ca211361e",
            "last_updated": "2023-06-05T10:57:25.617407-04:00",
            "created_at": "2023-06-04T12:16:54.613149-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163da466-9a73-4946-9b39-0d47a1c6ecc5/?format=api"
        }
    ]
}