GET /api/bet_types/d6ce9c4c-a818-420f-992c-2cc7ef7f229f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6ce9c4c-a818-420f-992c-2cc7ef7f229f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a59bafc-e7ce-4a33-ab82-0c55dfd9a573/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:20.329390-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": "ARI",
                "amount": 5773.0
            },
            {
                "team": "MIL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "2954fa23-d1b9-461a-8cf2-cde144689c39",
            "gambit_id": "4e728479-a838-4cc0-bec5-59e145406605",
            "last_updated": "2023-04-12T09:46:53.964829-04:00",
            "created_at": "2023-04-11T09:02:20.331654-04:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6ce9c4c-a818-420f-992c-2cc7ef7f229f/?format=api"
        },
        {
            "id": "b6bbf4e5-b9d2-4556-b02d-463e2296cc27",
            "gambit_id": "7c0796fa-ccfb-4c73-a6e2-3d714a9c6774",
            "last_updated": "2023-04-12T09:46:53.966797-04:00",
            "created_at": "2023-04-11T09:02:20.334543-04:00",
            "name": "MIL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6ce9c4c-a818-420f-992c-2cc7ef7f229f/?format=api"
        }
    ]
}