GET /api/bet_types/e75e1bc5-21ef-485f-8649-734375cd26ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e75e1bc5-21ef-485f-8649-734375cd26ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ff7449e-8836-47fd-9965-2efa5d8a2196/?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": "St Louis Blues",
                "amount": 5660.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7e981db-ff7f-4bd1-8f9c-c47140f918d4",
            "gambit_id": "d1078d0b-b718-4a63-8a64-09603ed2e6b1",
            "last_updated": "2022-11-14T10:52:58.897859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75e1bc5-21ef-485f-8649-734375cd26ce/?format=api"
        },
        {
            "id": "d367b9f0-6c2c-4680-bc61-ea00ace586f5",
            "gambit_id": "10fce6c1-d658-4e83-9fa1-9f3efff0135a",
            "last_updated": "2022-11-14T10:52:58.896897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75e1bc5-21ef-485f-8649-734375cd26ce/?format=api"
        }
    ]
}