GET /api/bet_types/54933339-9e04-49d7-8d3b-1f5551b8ba6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54933339-9e04-49d7-8d3b-1f5551b8ba6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d385910a-36cc-4a34-8e8b-1da4a6e3b8fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:52.871140-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": "Utah Jazz",
                "amount": 7515.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 2485.0
            }
        ],
        "expected_reward_tokens": 9542.4,
        "profit_sb": 42.4,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3d2c8ba-535a-44cc-bba0-4d53c43909f3",
            "gambit_id": "67b2dadc-b53a-46f1-a649-7315b553fc2a",
            "last_updated": "2023-01-19T09:27:09.283658-05:00",
            "created_at": "2023-01-18T09:16:52.872337-05:00",
            "name": "Utah Jazz",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54933339-9e04-49d7-8d3b-1f5551b8ba6e/?format=api"
        },
        {
            "id": "66c51535-7124-44dd-9c5d-b38a3b87ddc6",
            "gambit_id": "6d0a0cab-2add-4746-be6a-0e4e386e20b0",
            "last_updated": "2023-01-19T09:27:09.286882-05:00",
            "created_at": "2023-01-18T09:16:52.873859-05:00",
            "name": "Los Angeles Clippers",
            "reward": "3.84000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54933339-9e04-49d7-8d3b-1f5551b8ba6e/?format=api"
        }
    ]
}