GET /api/bet_types/6ba839b9-e27d-46f5-b085-256a31c39b18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ba839b9-e27d-46f5-b085-256a31c39b18",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6d5a803-de8b-4759-8fed-bd30f0d8f26b/?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": "CIN (N Lodolo)",
                "amount": 5798.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e9521ee-eb9e-4c8a-bde7-b1b5356680a2",
            "gambit_id": "28290849-d135-4a8f-b4e5-078a56289844",
            "last_updated": "2022-09-15T11:07:09.752234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba839b9-e27d-46f5-b085-256a31c39b18/?format=api"
        },
        {
            "id": "610a2dee-e5f2-4454-9821-2c6caf0a9a39",
            "gambit_id": "53f34684-fa6d-4c80-a5c6-44e0158ea4a6",
            "last_updated": "2022-09-15T11:07:09.753196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba839b9-e27d-46f5-b085-256a31c39b18/?format=api"
        }
    ]
}