GET /api/bet_types/1df1fb8c-b4ba-43ca-aa04-776a778b8595/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1df1fb8c-b4ba-43ca-aa04-776a778b8595",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9ac23d0-fd7d-4131-8418-229beb9bc60a/?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": "ARI",
                "amount": 6118.0
            },
            {
                "team": "COL",
                "amount": 3882.0
            }
        ],
        "expected_reward_tokens": 9238.18,
        "profit_sb": 238.18,
        "profit_sb_percentage": 2.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "cda2ed78-a283-421b-8cbb-080439fce15c",
            "gambit_id": "323cf6c4-b6df-4731-ab57-9dbc8c58e407",
            "last_updated": "2022-09-10T21:52:22.467847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df1fb8c-b4ba-43ca-aa04-776a778b8595/?format=api"
        },
        {
            "id": "efc810d0-b6c5-4951-a5cb-0496c67511d9",
            "gambit_id": "0335afcf-7aaa-4647-b8d2-455b34ee841d",
            "last_updated": "2022-09-10T21:52:22.466675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.38000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df1fb8c-b4ba-43ca-aa04-776a778b8595/?format=api"
        }
    ]
}