GET /api/bet_types/02a17582-dff1-4c64-bbc9-15c4cf4edf06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02a17582-dff1-4c64-bbc9-15c4cf4edf06",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c83ded5-d5b9-43ed-9a3e-661c2cbd4f33/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:15.725016-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": "Game Total Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "26c4a031-d521-41c6-950f-a3e4cae24b44",
            "gambit_id": "b861ec82-080d-47a5-b34a-ca2dc658330a",
            "last_updated": "2023-09-04T12:48:33.493365-04:00",
            "created_at": "2023-09-02T09:33:15.728929-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a17582-dff1-4c64-bbc9-15c4cf4edf06/?format=api"
        },
        {
            "id": "67230b10-4229-4c88-8604-b5c910b402ab",
            "gambit_id": "b628ab3a-ac94-44c4-a2cf-ef1df723a448",
            "last_updated": "2023-09-04T12:48:33.497750-04:00",
            "created_at": "2023-09-02T09:33:15.733597-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a17582-dff1-4c64-bbc9-15c4cf4edf06/?format=api"
        }
    ]
}