GET /api/bet_types/40940bc0-ef00-4ef3-913a-bf88ac1ec55d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40940bc0-ef00-4ef3-913a-bf88ac1ec55d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a952aa79-96c0-4a41-8970-2e3a3431d49f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:00.129792-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 7.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fda088e-29e5-4697-b44a-4bc2378dd741",
            "gambit_id": "c935eac5-c933-49b9-8e2f-2c54dc6c1f5b",
            "last_updated": "2023-04-18T12:12:11.756785-04:00",
            "created_at": "2023-04-17T11:42:00.132453-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40940bc0-ef00-4ef3-913a-bf88ac1ec55d/?format=api"
        },
        {
            "id": "17cbd297-a7fb-4e04-bd70-ebf2089a2603",
            "gambit_id": "e9db7d1e-670f-45b9-94d4-38ceb8ad6d07",
            "last_updated": "2023-04-18T12:12:11.758325-04:00",
            "created_at": "2023-04-17T11:42:00.135496-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40940bc0-ef00-4ef3-913a-bf88ac1ec55d/?format=api"
        }
    ]
}