GET /api/bet_types/0cddd604-9a47-4e20-9179-94e138c4003e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cddd604-9a47-4e20-9179-94e138c4003e",
    "match": "https://api-prod.gambitprofit.com/api/matches/75d46b49-c3cb-4b37-8bc6-0daeaefdea24/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-08T08:43:17.242291-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 9.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a423f645-1699-4263-8275-6655981e1f93",
            "gambit_id": "322ce2b5-9bb0-4592-aceb-3b8d095a6a03",
            "last_updated": "2023-06-10T13:48:17.692292-04:00",
            "created_at": "2023-06-08T08:43:17.245283-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cddd604-9a47-4e20-9179-94e138c4003e/?format=api"
        },
        {
            "id": "4de30b96-f244-4dbb-b21b-7ae5e3e05762",
            "gambit_id": "ee092cc9-3b54-492e-9f5a-1e12a22e01c4",
            "last_updated": "2023-06-10T13:48:17.690318-04:00",
            "created_at": "2023-06-08T08:43:17.243793-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cddd604-9a47-4e20-9179-94e138c4003e/?format=api"
        }
    ]
}