GET /api/bet_types/bbdfdcdf-621a-4141-bace-84329b85e8be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbdfdcdf-621a-4141-bace-84329b85e8be",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc848c6-f222-4201-91fb-179548e66ca5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-08T11:38:10.603308-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 (J Montgomery)",
                "amount": 5013.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4987.0
            }
        ],
        "expected_reward_tokens": 9524.7,
        "profit_sb": 24.7,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "f69b8390-474a-4eac-b2cf-95bc5b8d395a",
            "gambit_id": "cb2f739e-fcf5-439d-ba59-976df38e303e",
            "last_updated": "2023-10-09T16:08:19.462907-04:00",
            "created_at": "2023-10-08T11:38:10.613119-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.90000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbdfdcdf-621a-4141-bace-84329b85e8be/?format=api"
        },
        {
            "id": "5591b2f4-8f01-4acc-b4bc-050f87ee5683",
            "gambit_id": "2ef12b52-8ef1-4a80-b7bf-de8a53a31af8",
            "last_updated": "2023-10-09T16:08:19.467283-04:00",
            "created_at": "2023-10-08T11:38:10.630131-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "1.91000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbdfdcdf-621a-4141-bace-84329b85e8be/?format=api"
        }
    ]
}