GET /api/bet_types/759daf97-d2ff-461e-8d97-82ca727e96f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "759daf97-d2ff-461e-8d97-82ca727e96f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c85c7d7-cc55-47ac-b904-070bbc7b6934/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:00.014648-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": "Buffalo Sabres",
                "amount": 5599.0
            },
            {
                "team": "New York Rangers",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b179975-2a39-4110-8eb2-0cce8bf25f69",
            "gambit_id": "dbc47d1f-c6a9-4b63-ab11-18cb494f980b",
            "last_updated": "2023-04-11T13:47:18.589702-04:00",
            "created_at": "2023-04-10T11:22:00.018340-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759daf97-d2ff-461e-8d97-82ca727e96f3/?format=api"
        },
        {
            "id": "7a3a2396-9ba9-4552-b45e-7eda3faf4684",
            "gambit_id": "45ed91af-2f00-4b2a-84d3-cf7f0741ce15",
            "last_updated": "2023-04-11T13:47:18.588311-04:00",
            "created_at": "2023-04-10T11:22:00.016403-04:00",
            "name": "New York Rangers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759daf97-d2ff-461e-8d97-82ca727e96f3/?format=api"
        }
    ]
}