GET /api/bet_types/eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:00.916350-04: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": "Detroit Red Wings",
                "amount": 5107.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "30d1d722-8131-4cfc-998f-b65d1e1b833e",
            "gambit_id": "d905c746-168d-4379-be44-8b5036356ec0",
            "last_updated": "2023-04-03T20:27:20.158131-04:00",
            "created_at": "2023-04-02T13:52:00.921780-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a/?format=api"
        },
        {
            "id": "6a495ef9-698b-47aa-8dfd-4f2d0dff306b",
            "gambit_id": "92088bc9-afc1-46d1-8576-a12fa27a008e",
            "last_updated": "2023-04-03T20:27:20.154736-04:00",
            "created_at": "2023-04-02T13:52:00.919000-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70ced3-4ecb-44bd-a97b-27a5cd9ff58a/?format=api"
        }
    ]
}