GET /api/bet_types/8297de35-7831-49ce-81e5-106623d1d6c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8297de35-7831-49ce-81e5-106623d1d6c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d931243-b1e1-486e-b695-171621bd9251/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:12.388872-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": "Buffalo Sabres",
                "amount": 6856.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "6505c0e4-39a9-4264-bf2f-d4a802d02dde",
            "gambit_id": "07759e0a-eb39-4a9a-bd05-c96e96c268df",
            "last_updated": "2023-12-18T10:18:35.270059-05:00",
            "created_at": "2023-12-16T09:23:12.392307-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8297de35-7831-49ce-81e5-106623d1d6c5/?format=api"
        },
        {
            "id": "13509314-0892-4814-98da-633d55841502",
            "gambit_id": "ba2e4ac2-2363-48f4-ad51-c6338078b626",
            "last_updated": "2023-12-18T10:18:35.274730-05:00",
            "created_at": "2023-12-16T09:23:12.396391-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8297de35-7831-49ce-81e5-106623d1d6c5/?format=api"
        }
    ]
}