GET /api/bet_types/87168df7-a136-40d6-ae81-1a5b4b21e420/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87168df7-a136-40d6-ae81-1a5b4b21e420",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f984585-912f-43b9-ba84-09b88080fadb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-26T08:58:02.045222-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": "CIN",
                "amount": 6020.0
            },
            {
                "team": "BAL",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "906da538-ecab-41ef-b9a7-967b000dfc98",
            "gambit_id": "1a92aa3b-995f-4bcb-a4cf-20221d965ce8",
            "last_updated": "2023-06-27T15:03:02.069700-04:00",
            "created_at": "2023-06-26T08:58:02.046896-04:00",
            "name": "CIN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87168df7-a136-40d6-ae81-1a5b4b21e420/?format=api"
        },
        {
            "id": "8dbdccf8-75cb-43e4-a193-da7b890bce78",
            "gambit_id": "7b8b4e48-7cc4-4987-98a9-736ee1544d1c",
            "last_updated": "2023-06-27T15:03:02.071926-04:00",
            "created_at": "2023-06-26T08:58:02.048591-04:00",
            "name": "BAL",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87168df7-a136-40d6-ae81-1a5b4b21e420/?format=api"
        }
    ]
}