GET /api/bet_types/1b09c2a4-d39f-40f7-9434-397e75c6c0ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b09c2a4-d39f-40f7-9434-397e75c6c0ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/edb83dc8-fb52-49c4-8f9b-857d7478e2f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:17.100985-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": "MIN",
                "amount": 5423.0
            },
            {
                "team": "ARI",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "38e4e6d2-654f-40b2-ab5a-ae03ba3be71d",
            "gambit_id": "22d92446-5ec4-4099-ab9a-9bed732cad9d",
            "last_updated": "2023-08-07T19:28:12.050917-04:00",
            "created_at": "2023-08-06T08:38:17.110048-04:00",
            "name": "MIN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b09c2a4-d39f-40f7-9434-397e75c6c0ae/?format=api"
        },
        {
            "id": "ebba3a51-36fb-4ffb-aac4-4fd971a31376",
            "gambit_id": "e133984e-5296-45e5-86b7-267853cf3d73",
            "last_updated": "2023-08-07T19:28:12.046512-04:00",
            "created_at": "2023-08-06T08:38:17.105412-04:00",
            "name": "ARI",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b09c2a4-d39f-40f7-9434-397e75c6c0ae/?format=api"
        }
    ]
}