GET /api/bet_types/e357a14b-6ce6-4e9b-8101-c57e3bfa688d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e357a14b-6ce6-4e9b-8101-c57e3bfa688d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7ef64f5-1551-44e9-8aba-0814014e4647/?format=api",
    "name": "Play the Odds",
    "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": "Seattle Kraken",
                "amount": 6468.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3532.0
            }
        ],
        "expected_reward_tokens": 9571.72,
        "profit_sb": 71.72,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "23349838-b7ac-4bf1-8e25-93f6e7b7b6b9",
            "gambit_id": "5c65fbfc-f726-4f27-b188-04de87347b07",
            "last_updated": "2022-10-17T14:12:47.447796-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.48000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e357a14b-6ce6-4e9b-8101-c57e3bfa688d/?format=api"
        },
        {
            "id": "fd377653-5d86-4810-87a4-fbaad3056144",
            "gambit_id": "7fd567b7-3381-4451-a9cf-bab65139d61e",
            "last_updated": "2022-10-17T14:12:47.448969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.71000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e357a14b-6ce6-4e9b-8101-c57e3bfa688d/?format=api"
        }
    ]
}