GET /api/bet_types/cb6bb6a6-ff55-45cc-a52a-9b39d1949f86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb6bb6a6-ff55-45cc-a52a-9b39d1949f86",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8606ae-9102-49d5-acb3-48a84ec1e760/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:46.450239-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "536be36c-ad59-44c0-911f-e8025ae3755f",
            "gambit_id": "d4f8b040-0df8-4efe-98a0-82a2b367b517",
            "last_updated": "2023-02-02T15:41:59.468666-05:00",
            "created_at": "2023-02-01T09:26:46.451487-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6bb6a6-ff55-45cc-a52a-9b39d1949f86/?format=api"
        },
        {
            "id": "979adaa0-39b0-4307-b8bc-81be36de7d10",
            "gambit_id": "880fb060-18e0-49b1-80e9-274694b22a81",
            "last_updated": "2023-02-02T15:41:59.469820-05:00",
            "created_at": "2023-02-01T09:26:46.452840-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6bb6a6-ff55-45cc-a52a-9b39d1949f86/?format=api"
        }
    ]
}