GET /api/bet_types/acba8b64-89c9-400c-b2eb-9e22413addad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acba8b64-89c9-400c-b2eb-9e22413addad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b9af509-81cd-4bed-9e11-9e661f948308/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T17:47:17.298862-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": "Atlanta Hawks",
                "amount": 8652.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1348.0
            }
        ],
        "expected_reward_tokens": 9516.88,
        "profit_sb": 16.88,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b27b01d-c425-46ab-b466-a3a8a2ebeb0b",
            "gambit_id": "0941d719-b714-4c28-a9a0-068f6159cecb",
            "last_updated": "2023-02-12T09:47:17.258001-05:00",
            "created_at": "2023-02-11T17:47:17.300118-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acba8b64-89c9-400c-b2eb-9e22413addad/?format=api"
        },
        {
            "id": "40f65f7a-8d18-43d1-8471-a4455d51fc80",
            "gambit_id": "cb63918b-7ec6-4919-9d04-1bf139c88617",
            "last_updated": "2023-02-12T09:47:17.259138-05:00",
            "created_at": "2023-02-11T17:47:17.301424-05:00",
            "name": "San Antonio Spurs",
            "reward": "7.06000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acba8b64-89c9-400c-b2eb-9e22413addad/?format=api"
        }
    ]
}