GET /api/bet_types/f3663bd4-4d70-4827-9572-058bdea70b5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3663bd4-4d70-4827-9572-058bdea70b5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1f01d4-4fe5-4182-a820-2a8aa421b31a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:52:19.691849-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 8921.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1079.0
            }
        ],
        "expected_reward_tokens": 9452.04,
        "profit_sb": -47.96,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "49b1ae10-8e82-4e7b-9927-66416087fc32",
            "gambit_id": "4311eec1-ee85-4166-8942-607ab5d4d804",
            "last_updated": "2023-02-14T09:46:58.924532-05:00",
            "created_at": "2023-02-13T08:52:19.693120-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3663bd4-4d70-4827-9572-058bdea70b5f/?format=api"
        },
        {
            "id": "086ce373-da6b-41ce-a0da-f17598bc129b",
            "gambit_id": "3969def5-4eda-4533-9d8a-1e55f4a10d10",
            "last_updated": "2023-02-14T09:46:58.925706-05:00",
            "created_at": "2023-02-13T08:52:19.694446-05:00",
            "name": "San Antonio Spurs",
            "reward": "8.76000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3663bd4-4d70-4827-9572-058bdea70b5f/?format=api"
        }
    ]
}