GET /api/bet_types/7cc619b2-ab20-4ff5-98ad-04b5040cd1fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cc619b2-ab20-4ff5-98ad-04b5040cd1fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/286a6720-92d0-416e-a3b4-4e1d5149002b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:05.014441-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": "Columbus Blue Jackets",
                "amount": 6090.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d675cb6f-fc9e-434e-ad44-25ea7ac0960d",
            "gambit_id": "f6fc2bd0-df6e-411f-a147-2f69bace98ce",
            "last_updated": "2023-11-13T14:03:19.461091-05:00",
            "created_at": "2023-11-11T08:53:05.018433-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cc619b2-ab20-4ff5-98ad-04b5040cd1fa/?format=api"
        },
        {
            "id": "70664a4a-9e24-4c03-af2c-fac68dd5270d",
            "gambit_id": "25b932d6-74b9-45d9-80b3-8c474908031c",
            "last_updated": "2023-11-13T14:03:19.464205-05:00",
            "created_at": "2023-11-11T08:53:05.023417-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cc619b2-ab20-4ff5-98ad-04b5040cd1fa/?format=api"
        }
    ]
}