GET /api/bet_types/5e23e498-612e-46ae-b9ac-5061a5086304/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e23e498-612e-46ae-b9ac-5061a5086304",
    "match": "https://api-prod.gambitprofit.com/api/matches/12936f65-632c-40e5-83d0-61bf19b99a9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T13:51:52.342952-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a07559f-ef36-4b0b-bb11-d3cd4a6d73e8",
            "gambit_id": "540d9695-4449-4344-b539-6d2cfee69fee",
            "last_updated": "2023-03-26T13:37:10.038227-04:00",
            "created_at": "2023-03-24T13:51:52.344752-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23e498-612e-46ae-b9ac-5061a5086304/?format=api"
        },
        {
            "id": "19aca6c9-d3e4-43fb-bb07-402275ab7a5c",
            "gambit_id": "a51dd4ab-b0e6-4d75-8adb-f0a9b1091954",
            "last_updated": "2023-03-26T13:37:10.040255-04:00",
            "created_at": "2023-03-24T13:51:52.346490-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23e498-612e-46ae-b9ac-5061a5086304/?format=api"
        }
    ]
}