GET /api/bet_types/d19db81d-c761-4bb3-ab38-222396d4f55f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d19db81d-c761-4bb3-ab38-222396d4f55f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33dd07e-ce69-4fdc-901c-c55517d3277e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:01.495728-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": "Jacksonville Jaguars",
                "amount": 5968.0
            },
            {
                "team": "Houston Texans",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb2d29a5-bfbf-42d8-a134-0e315438d548",
            "gambit_id": "b88afa9c-7a31-439d-9843-6573e58afe0f",
            "last_updated": "2023-01-02T12:47:00.891803-05:00",
            "created_at": "2023-01-01T09:22:01.498174-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d19db81d-c761-4bb3-ab38-222396d4f55f/?format=api"
        },
        {
            "id": "d2ebc65b-1c68-4270-9e9d-fafdd017d706",
            "gambit_id": "f806a881-7173-4a12-b472-4ca5625787b4",
            "last_updated": "2023-01-02T12:47:00.890652-05:00",
            "created_at": "2023-01-01T09:22:01.496884-05:00",
            "name": "Houston Texans",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d19db81d-c761-4bb3-ab38-222396d4f55f/?format=api"
        }
    ]
}