GET /api/bet_types/886e750e-a223-43a8-875c-a2d0af59e6ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "886e750e-a223-43a8-875c-a2d0af59e6ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/dad63d31-4099-472f-a037-ecae59f60af9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T09:17:07.770727-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": "New Jersey Devils",
                "amount": 6547.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "b216f6b4-d893-417d-8eca-1eb2c73196df",
            "gambit_id": "55d361e4-a7fd-493a-bdd3-ad427b6f6ffb",
            "last_updated": "2023-03-20T11:37:00.255688-04:00",
            "created_at": "2023-03-19T09:17:07.774785-04:00",
            "name": "New Jersey Devils",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/886e750e-a223-43a8-875c-a2d0af59e6ce/?format=api"
        },
        {
            "id": "52fd9a52-eff0-4c0b-9c06-15498fce40cc",
            "gambit_id": "859983df-3ef3-4f24-8e91-319b8f3b7de0",
            "last_updated": "2023-03-20T11:37:00.253004-04:00",
            "created_at": "2023-03-19T09:17:07.772623-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/886e750e-a223-43a8-875c-a2d0af59e6ce/?format=api"
        }
    ]
}