GET /api/bet_types/cd4e4ab1-bbff-4961-9a43-7598c985f12d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4e4ab1-bbff-4961-9a43-7598c985f12d",
    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.639515-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": "San Jose Sharks",
                "amount": 6326.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "23846735-4115-4333-adf9-dcb4f87f6907",
            "gambit_id": "f3d0c036-9965-4cba-86c1-6f0e4cfe791a",
            "last_updated": "2023-02-21T09:31:48.401155-05:00",
            "created_at": "2023-02-20T09:16:48.640740-05:00",
            "name": "San Jose Sharks",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4e4ab1-bbff-4961-9a43-7598c985f12d/?format=api"
        },
        {
            "id": "71ca9d46-6035-4842-ae90-223ace1c4a81",
            "gambit_id": "f240f6be-683a-4509-8a4a-b94876dafb4c",
            "last_updated": "2023-02-21T09:31:48.402426-05:00",
            "created_at": "2023-02-20T09:16:48.642014-05:00",
            "name": "Seattle Kraken",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4e4ab1-bbff-4961-9a43-7598c985f12d/?format=api"
        }
    ]
}