GET /api/bet_types/3cd13068-8d43-4a42-b67e-941f68e75b8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd13068-8d43-4a42-b67e-941f68e75b8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/af0000ff-b173-4ff5-bac7-d525e9d1b3b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5521.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a89c1d99-f83e-4cb9-b0d6-f1eb98bfa14a",
            "gambit_id": "31d2c14f-08b7-458e-8538-efc38b7adf1a",
            "last_updated": "2022-11-01T09:57:24.200470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd13068-8d43-4a42-b67e-941f68e75b8e/?format=api"
        },
        {
            "id": "76af74f9-aa01-4de9-8172-151dfa6c1027",
            "gambit_id": "b6203289-5aa7-42f8-a773-58e545ae33a3",
            "last_updated": "2022-11-01T09:57:24.201425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd13068-8d43-4a42-b67e-941f68e75b8e/?format=api"
        }
    ]
}