GET /api/bet_types/34918a4f-d698-49a5-9d4c-744b39a48261/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34918a4f-d698-49a5-9d4c-744b39a48261",
    "match": "https://api-prod.gambitprofit.com/api/matches/c017e7f4-3b3d-4d6f-ae79-9e2a6fc95ad8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:22:05.360101-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 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ad81702-4129-4328-b6ac-f21d5223f1bd",
            "gambit_id": "90c423eb-4731-4335-bf20-b506fee4d8a3",
            "last_updated": "2023-01-20T09:57:00.825131-05:00",
            "created_at": "2023-01-19T09:22:05.367282-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34918a4f-d698-49a5-9d4c-744b39a48261/?format=api"
        },
        {
            "id": "38ab8001-60a3-4159-9960-7b290bf8dd66",
            "gambit_id": "909dac04-fdda-4b8a-8593-4d63f07aab84",
            "last_updated": "2023-01-20T09:57:00.823678-05:00",
            "created_at": "2023-01-19T09:22:05.363443-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34918a4f-d698-49a5-9d4c-744b39a48261/?format=api"
        }
    ]
}