GET /api/bet_types/d3196d29-114b-4ab5-be2c-a9ec1dc6054b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3196d29-114b-4ab5-be2c-a9ec1dc6054b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f6ffda1-8f9b-43df-8270-4a4ee0f5e760/?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": "Seattle Seahawks",
                "amount": 6389.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d254cdaa-92f7-443d-9f10-a232ab6beb3f",
            "gambit_id": "f12e8796-d0ed-4f52-a937-3d02d8af103b",
            "last_updated": "2022-12-12T10:22:12.136529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3196d29-114b-4ab5-be2c-a9ec1dc6054b/?format=api"
        },
        {
            "id": "acd9101b-5bb8-4b88-a9e2-c216e3dc809d",
            "gambit_id": "c336deaf-d097-4730-af14-6719eaf29576",
            "last_updated": "2022-12-12T10:22:12.135335-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3196d29-114b-4ab5-be2c-a9ec1dc6054b/?format=api"
        }
    ]
}