GET /api/bet_types/e3242ad6-40e9-4b24-a5aa-01b7a1cc4ea8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3242ad6-40e9-4b24-a5aa-01b7a1cc4ea8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece15360-c8cd-49cc-9c20-113abea4f191/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "d39f287c-ee04-402a-a118-add79f24c41c",
            "gambit_id": "a0499788-651b-4a84-9e64-7616ad764cd8",
            "last_updated": "2022-10-31T12:17:02.144829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3242ad6-40e9-4b24-a5aa-01b7a1cc4ea8/?format=api"
        },
        {
            "id": "57ab9e83-eec4-4caa-9499-c6d5e4f5a139",
            "gambit_id": "ac1bd6b9-d787-483b-93c9-1ddfe28f8afa",
            "last_updated": "2022-10-31T12:17:02.143739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3242ad6-40e9-4b24-a5aa-01b7a1cc4ea8/?format=api"
        }
    ]
}