GET /api/bet_types/c6875f4b-8666-499d-9efd-b4d8c3ef8a2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6875f4b-8666-499d-9efd-b4d8c3ef8a2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d433a6-a0d1-4147-8f33-d0a2dcda7546/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:16.074856-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 2.5",
                "amount": 5615.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9208.5,
        "profit_sb": -291.5,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c5e2595-351c-4f10-80db-15bea3e2dc3b",
            "gambit_id": "21ce9b01-7fcc-4f37-b61c-0e1fe10bb023",
            "last_updated": "2023-04-17T11:42:05.156337-04:00",
            "created_at": "2023-04-14T12:02:16.076398-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6875f4b-8666-499d-9efd-b4d8c3ef8a2a/?format=api"
        },
        {
            "id": "809ccfdc-ed3b-4e55-954b-38549f25faaa",
            "gambit_id": "ec056575-8b30-456f-b7d8-2ac3a52bb50f",
            "last_updated": "2023-04-17T11:42:05.158952-04:00",
            "created_at": "2023-04-14T12:02:16.077970-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6875f4b-8666-499d-9efd-b4d8c3ef8a2a/?format=api"
        }
    ]
}