GET /api/bet_types/1bebcb5e-494f-4203-aa37-a3994fa7c99e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bebcb5e-494f-4203-aa37-a3994fa7c99e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed10f802-6b7c-40f5-bda9-8685d953749a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "58c97a5b-2fd3-4e9e-87d9-15b5a40b9a2a",
            "gambit_id": "abf66e35-fc45-4389-a650-f7c9326aed17",
            "last_updated": "2022-12-17T09:42:30.968772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bebcb5e-494f-4203-aa37-a3994fa7c99e/?format=api"
        },
        {
            "id": "1e9389fe-5c10-4dae-bee3-79668feb407c",
            "gambit_id": "cef1dc10-5dcf-4eed-aa87-448f66e14770",
            "last_updated": "2022-12-17T09:42:30.967674-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bebcb5e-494f-4203-aa37-a3994fa7c99e/?format=api"
        }
    ]
}