GET /api/bet_types/51c20f70-2862-4ede-b8ae-a9ca29c6c7ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51c20f70-2862-4ede-b8ae-a9ca29c6c7ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4e37e62-9e2d-46de-acee-f54f571b5846/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:11.713744-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 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": "48f5c406-c632-4478-8448-3d37853ed029",
            "gambit_id": "28f28812-a4c2-450e-87f7-c1d18b24fa4d",
            "last_updated": "2023-11-21T14:38:24.103403-05:00",
            "created_at": "2023-11-20T09:48:11.722431-05: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/51c20f70-2862-4ede-b8ae-a9ca29c6c7ae/?format=api"
        },
        {
            "id": "121c7147-4e9e-4898-bb09-5524dc8809ca",
            "gambit_id": "0e344deb-2507-4b3f-98c2-f2739d53cc00",
            "last_updated": "2023-11-21T14:38:24.099888-05:00",
            "created_at": "2023-11-20T09:48:11.718441-05: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/51c20f70-2862-4ede-b8ae-a9ca29c6c7ae/?format=api"
        }
    ]
}