GET /api/bet_types/6006a368-ea7c-40b2-99ea-563e90113890/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6006a368-ea7c-40b2-99ea-563e90113890",
    "match": "https://api-prod.gambitprofit.com/api/matches/43782a01-ba59-4d47-a703-72acca82d71f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:16.252154-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": "CLE",
                "amount": 6651.0
            },
            {
                "team": "SEA",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b6da04b-27b5-400c-aa11-d10701adf5d2",
            "gambit_id": "6e003be0-67bc-4c22-a549-304d7b04128c",
            "last_updated": "2023-03-31T14:47:30.883865-04:00",
            "created_at": "2023-03-29T23:47:16.256719-04:00",
            "name": "CLE",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6006a368-ea7c-40b2-99ea-563e90113890/?format=api"
        },
        {
            "id": "ae71ead2-101d-400f-87cb-3c93b6860aea",
            "gambit_id": "9a94beed-1bbe-4ea5-bcbb-21cbd629d981",
            "last_updated": "2023-03-31T14:47:30.880409-04:00",
            "created_at": "2023-03-29T23:47:16.254371-04:00",
            "name": "SEA",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6006a368-ea7c-40b2-99ea-563e90113890/?format=api"
        }
    ]
}