GET /api/bet_types/d65847f5-620e-4c84-ad0c-12da02e9c332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d65847f5-620e-4c84-ad0c-12da02e9c332",
    "match": "https://api-prod.gambitprofit.com/api/matches/959283ab-b121-4840-bc25-56546cbcc3b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:12.656221-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "44515764-8bf8-4e23-bd20-0099cafb3d56",
            "gambit_id": "f8a91eb0-e15a-4c68-9ad7-404adfb7b06f",
            "last_updated": "2023-06-05T10:57:20.159306-04:00",
            "created_at": "2023-06-03T11:22:12.658292-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65847f5-620e-4c84-ad0c-12da02e9c332/?format=api"
        },
        {
            "id": "491791a6-e535-4ae8-9630-7ca509e090d6",
            "gambit_id": "9cecda72-5a27-4987-8629-4f10b10ced3b",
            "last_updated": "2023-06-05T10:57:20.161691-04:00",
            "created_at": "2023-06-03T11:22:12.660558-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65847f5-620e-4c84-ad0c-12da02e9c332/?format=api"
        }
    ]
}