GET /api/bet_types/f4b96473-a3bb-4eef-8a48-7abf811481a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4b96473-a3bb-4eef-8a48-7abf811481a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd7df648-9480-48cf-a33e-630bd392fcc3/?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": "Carolina Hurricanes",
                "amount": 5399.0
            },
            {
                "team": "New York Islanders",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0646a94-fca6-4198-916f-c74123bb30bb",
            "gambit_id": "6fd6587f-56af-4e5b-83b1-f2464867fc1e",
            "last_updated": "2022-12-12T09:42:33.205904-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b96473-a3bb-4eef-8a48-7abf811481a5/?format=api"
        },
        {
            "id": "6b71b0b9-bc29-4e36-af56-755036c7309f",
            "gambit_id": "238755ee-02e3-4107-a9b4-1776f3242e9f",
            "last_updated": "2022-12-12T09:42:33.204829-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b96473-a3bb-4eef-8a48-7abf811481a5/?format=api"
        }
    ]
}