GET /api/bet_types/94e042d7-280d-4032-ad49-d5fc2bc233ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94e042d7-280d-4032-ad49-d5fc2bc233ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cbe730e-e117-434c-aaa1-39670e555d41/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:59.872062-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": "Chicago Blackhawks",
                "amount": 5107.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcde5612-0bc3-44ef-8c80-a10960da12a0",
            "gambit_id": "8785bec7-3ce0-497e-91b6-339bab9655e4",
            "last_updated": "2023-12-26T15:28:18.226705-05:00",
            "created_at": "2023-12-23T09:12:59.876118-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e042d7-280d-4032-ad49-d5fc2bc233ea/?format=api"
        },
        {
            "id": "87192a63-daf6-4111-9264-dd57d3776675",
            "gambit_id": "665e2d7d-6d8c-4145-a7c8-10497ed8e3cb",
            "last_updated": "2023-12-26T15:28:18.229884-05:00",
            "created_at": "2023-12-23T09:12:59.880906-05:00",
            "name": "St Louis Blues",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e042d7-280d-4032-ad49-d5fc2bc233ea/?format=api"
        }
    ]
}