GET /api/bet_types/8921b06d-e7f4-4d3a-8dae-efe60c27e5bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8921b06d-e7f4-4d3a-8dae-efe60c27e5bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7216548-3252-4660-b18b-0dc9d3cc739f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T08:42:01.188803-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb3e9bc5-4195-4673-b5c5-ded256befd92",
            "gambit_id": "12b87856-bdc2-4ff1-9b17-606a77cfcd02",
            "last_updated": "2023-02-08T09:52:05.630101-05:00",
            "created_at": "2023-02-07T08:42:01.192171-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8921b06d-e7f4-4d3a-8dae-efe60c27e5bd/?format=api"
        },
        {
            "id": "dcca2801-bd13-4b87-9998-7ad6701587d4",
            "gambit_id": "c156ecc7-759f-4de9-a2d3-ff28f7a01275",
            "last_updated": "2023-02-08T09:52:05.628940-05:00",
            "created_at": "2023-02-07T08:42:01.190441-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8921b06d-e7f4-4d3a-8dae-efe60c27e5bd/?format=api"
        }
    ]
}