GET /api/bet_types/90e4c6d9-6681-49f0-8f17-76636c5a7dd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90e4c6d9-6681-49f0-8f17-76636c5a7dd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09002cb-584b-4444-bc1d-6479e8a4f40c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:10.029272-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2c29f3c-c1f1-498f-b0d5-0a4c70de6a36",
            "gambit_id": "d99f6114-8361-4c7f-9487-7c3577bb4488",
            "last_updated": "2023-04-20T11:42:18.386531-04:00",
            "created_at": "2023-04-19T12:17:10.033996-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e4c6d9-6681-49f0-8f17-76636c5a7dd0/?format=api"
        },
        {
            "id": "6500e0a9-8407-4ad9-99b7-05ac104135b8",
            "gambit_id": "1f23262f-3d71-4fe8-b9c7-abda7500213e",
            "last_updated": "2023-04-20T11:42:18.383681-04:00",
            "created_at": "2023-04-19T12:17:10.031470-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e4c6d9-6681-49f0-8f17-76636c5a7dd0/?format=api"
        }
    ]
}