GET /api/bet_types/f2ccb643-b8d3-4c2f-8101-74cdc8c66e58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2ccb643-b8d3-4c2f-8101-74cdc8c66e58",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a4df4d-95eb-4084-abec-d3f5cc8675c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:17.228349-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "62e7ab63-6353-49c9-9342-44b6d29f2e89",
            "gambit_id": "95b155c2-dcd9-4bc4-90ad-a054a2952ccd",
            "last_updated": "2024-01-23T18:28:35.668865-05:00",
            "created_at": "2024-01-20T05:38:17.232873-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ccb643-b8d3-4c2f-8101-74cdc8c66e58/?format=api"
        },
        {
            "id": "9486a0bc-65ef-4304-a802-27db09df68fb",
            "gambit_id": "5711f814-6016-4805-a8e3-868b45edf7d5",
            "last_updated": "2024-01-23T18:28:35.672687-05:00",
            "created_at": "2024-01-20T05:38:17.244966-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ccb643-b8d3-4c2f-8101-74cdc8c66e58/?format=api"
        }
    ]
}