GET /api/bet_types/1951cf10-70c9-47b0-9a8c-009c0944d8f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1951cf10-70c9-47b0-9a8c-009c0944d8f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cec41fa-7d1e-4999-93a2-3029c076ce6c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T09:53:28.808613-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": "BAL",
                "amount": 6241.0
            },
            {
                "team": "CHC",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "740c41cf-5bb5-4387-a361-5932932de2e5",
            "gambit_id": "35006cf3-5a42-4539-aa4f-efd99c2ba500",
            "last_updated": "2023-06-17T15:03:04.863775-04:00",
            "created_at": "2023-06-16T09:53:28.810382-04:00",
            "name": "BAL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1951cf10-70c9-47b0-9a8c-009c0944d8f1/?format=api"
        },
        {
            "id": "5ccb8bdb-3907-4781-8055-be636e033e96",
            "gambit_id": "1948d43d-554c-4ccb-9f7d-60b159b91514",
            "last_updated": "2023-06-17T15:03:04.865508-04:00",
            "created_at": "2023-06-16T09:53:28.812463-04:00",
            "name": "CHC",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1951cf10-70c9-47b0-9a8c-009c0944d8f1/?format=api"
        }
    ]
}