GET /api/bet_types/dddb2081-ffbe-42dc-8cc9-a03cce1c6862/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dddb2081-ffbe-42dc-8cc9-a03cce1c6862",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bd5bc1f-6174-4873-8757-43cda94e09d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T08:13:09.691125-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b87eac00-de76-4670-ac3e-5a4524e63d08",
            "gambit_id": "8c6724b4-3912-4932-b7cd-5ffef25e1f34",
            "last_updated": "2023-08-10T10:27:57.421875-04:00",
            "created_at": "2023-08-09T08:13:09.701035-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddb2081-ffbe-42dc-8cc9-a03cce1c6862/?format=api"
        },
        {
            "id": "21220c74-8ff2-4f21-a808-47e34f6e8097",
            "gambit_id": "da29e113-8e4d-45af-a5dc-521c85f93a28",
            "last_updated": "2023-08-10T10:27:57.418356-04:00",
            "created_at": "2023-08-09T08:13:09.696361-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddb2081-ffbe-42dc-8cc9-a03cce1c6862/?format=api"
        }
    ]
}