GET /api/bet_types/1910e742-46bf-4dd0-a839-c0c997067a50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1910e742-46bf-4dd0-a839-c0c997067a50",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf6ea44c-b80d-4913-955c-f7a963c36dda/?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": "Baltimore Ravens",
                "amount": 6047.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "bcab68e6-542f-44d3-96ac-54187e2d074e",
            "gambit_id": "886c09ef-e36c-451f-b619-94f4edb51b63",
            "last_updated": "2022-09-19T11:42:07.391060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1910e742-46bf-4dd0-a839-c0c997067a50/?format=api"
        },
        {
            "id": "29b9e5bc-9abf-4f28-8da9-a508f9257f22",
            "gambit_id": "efcb78ea-a3a0-4364-b185-d5f50602bc92",
            "last_updated": "2022-09-19T11:42:07.392197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1910e742-46bf-4dd0-a839-c0c997067a50/?format=api"
        }
    ]
}