GET /api/bet_types/4349ee89-9c31-4b63-9abb-6a6f8394dfaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4349ee89-9c31-4b63-9abb-6a6f8394dfaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/41f586c8-269e-4b63-9665-ac2b5a5c5975/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:16.808667-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b861902-a37e-4879-8926-0be4db7e35b0",
            "gambit_id": "0615b958-37b8-4e2e-a7aa-d5740caa3995",
            "last_updated": "2023-03-17T11:31:55.521457-04:00",
            "created_at": "2023-03-16T17:37:16.812265-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4349ee89-9c31-4b63-9abb-6a6f8394dfaa/?format=api"
        },
        {
            "id": "748e1253-6d84-40fb-8a8d-a29bfb908189",
            "gambit_id": "fccda251-a6d3-4ea4-8236-346e46ee9671",
            "last_updated": "2023-03-17T11:31:55.519741-04:00",
            "created_at": "2023-03-16T17:37:16.810374-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4349ee89-9c31-4b63-9abb-6a6f8394dfaa/?format=api"
        }
    ]
}