GET /api/bet_types/4f558aa6-30ad-4a59-8de4-d2ae463613dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f558aa6-30ad-4a59-8de4-d2ae463613dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e65f0e9-9ee7-4bcd-a02d-0356c1f7dc6f/?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": "Pittsburgh Steelers",
                "amount": 5418.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 9209.82,
        "profit_sb": 209.82,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8d9d6b0-0a3d-43c3-8263-cf675176d140",
            "gambit_id": "f8313ca7-b54e-4de3-9989-436fa7bd8bb6",
            "last_updated": "2022-08-14T13:57:06.656562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f558aa6-30ad-4a59-8de4-d2ae463613dc/?format=api"
        },
        {
            "id": "43d61ee7-02c4-4b71-aa79-0ecd1ca7e945",
            "gambit_id": "68affa21-8222-4cf5-b31c-78ab03cdd4fb",
            "last_updated": "2022-08-14T13:57:06.656944-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "2.01000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f558aa6-30ad-4a59-8de4-d2ae463613dc/?format=api"
        }
    ]
}