GET /api/bet_types/4af8b905-50d1-48cf-ab9d-baec1dee833f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4af8b905-50d1-48cf-ab9d-baec1dee833f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bde7734-4655-41bc-8e04-66781225f54f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:57.846952-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b2b0475-f7d1-4ed4-9c10-671fc7911480",
            "gambit_id": "e399dcfd-c279-4918-9af8-1347dd9f2906",
            "last_updated": "2023-04-10T15:17:18.128814-04:00",
            "created_at": "2023-04-08T09:01:57.848631-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af8b905-50d1-48cf-ab9d-baec1dee833f/?format=api"
        },
        {
            "id": "5702e0d8-81fb-4106-808b-b75dd849a92f",
            "gambit_id": "ce42714b-8c85-44dc-8eeb-e03a304bf4de",
            "last_updated": "2023-04-10T15:17:18.131815-04:00",
            "created_at": "2023-04-08T09:01:57.850376-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af8b905-50d1-48cf-ab9d-baec1dee833f/?format=api"
        }
    ]
}