GET /api/bet_types/a4181507-a705-4216-b236-a530050600be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4181507-a705-4216-b236-a530050600be",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b7252b-1c14-4bc7-a327-f116493486ee/?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": "Toronto Maple Leafs",
                "amount": 7839.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe5703a7-dae4-4cfa-8d18-ee505cd8e245",
            "gambit_id": "29914cfc-1d6e-4afa-b55f-3b7e9b904479",
            "last_updated": "2022-12-14T10:07:15.050652-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4181507-a705-4216-b236-a530050600be/?format=api"
        },
        {
            "id": "db9ce0f1-94eb-4b40-aef7-7c142b6e1bb6",
            "gambit_id": "08de494e-695d-4c8d-af71-d04ea91b539a",
            "last_updated": "2022-12-14T10:07:15.051811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4181507-a705-4216-b236-a530050600be/?format=api"
        }
    ]
}