GET /api/bet_types/11009c62-2218-4769-963b-fb2b3258996c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11009c62-2218-4769-963b-fb2b3258996c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c5ad5e0-23f7-4417-b7ff-58db3483ea5f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T13:36:51.218808-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": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8d24139-c817-4a64-ba3c-cba4626daeb2",
            "gambit_id": "6f7974fd-5ee8-4e9f-9cb0-eeab4ce8b65a",
            "last_updated": "2023-04-03T10:11:55.766346-04:00",
            "created_at": "2023-04-01T13:36:51.220581-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11009c62-2218-4769-963b-fb2b3258996c/?format=api"
        },
        {
            "id": "500c04ab-4ef2-4213-a5c6-c87a6be81723",
            "gambit_id": "f0bb45e3-f5b9-407a-b8d5-5dad991c4d8d",
            "last_updated": "2023-04-03T10:11:55.768207-04:00",
            "created_at": "2023-04-01T13:36:51.222340-04:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11009c62-2218-4769-963b-fb2b3258996c/?format=api"
        }
    ]
}