GET /api/bet_types/beec1778-9d1f-45c4-925b-2efe52a4b26a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "beec1778-9d1f-45c4-925b-2efe52a4b26a",
    "match": "https://api-prod.gambitprofit.com/api/matches/37addd8f-e820-4bca-8e4e-9deaabc08296/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:19.161280-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": "Columbus Blue Jackets",
                "amount": 5857.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e2887b5-e58a-4e7f-8a79-70279aba5cd5",
            "gambit_id": "d62d9612-8342-4126-90ca-53d906036b4f",
            "last_updated": "2023-04-13T11:27:24.264374-04:00",
            "created_at": "2023-04-11T09:02:19.165349-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beec1778-9d1f-45c4-925b-2efe52a4b26a/?format=api"
        },
        {
            "id": "b0312fad-4e98-436e-8bbb-f1e3f241df98",
            "gambit_id": "71cd7340-a882-4f90-9d8f-7e74312e63ba",
            "last_updated": "2023-04-13T11:27:24.263043-04:00",
            "created_at": "2023-04-11T09:02:19.163235-04:00",
            "name": "Philadelphia Flyers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beec1778-9d1f-45c4-925b-2efe52a4b26a/?format=api"
        }
    ]
}