GET /api/bet_types/3e18a1b9-eefb-4f27-88a8-edb41508d711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e18a1b9-eefb-4f27-88a8-edb41508d711",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bda5bd2-849f-406b-989d-4b759e147b6b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:03.256053-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 Over 2.5",
                "amount": 6128.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3872.0
            }
        ],
        "expected_reward_tokens": 9253.28,
        "profit_sb": -246.72,
        "profit_sb_percentage": -2.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f88d50c-1239-4865-8152-6b7c791956fc",
            "gambit_id": "ba59ecf1-5384-4786-82ce-6e863ef71873",
            "last_updated": "2023-05-29T11:47:20.938695-04:00",
            "created_at": "2023-05-27T10:47:03.259612-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e18a1b9-eefb-4f27-88a8-edb41508d711/?format=api"
        },
        {
            "id": "47f5aa5f-43c5-4116-a43d-3308032974a4",
            "gambit_id": "a7531c97-be00-4550-81e2-13b67b74c3d7",
            "last_updated": "2023-05-29T11:47:20.936472-04:00",
            "created_at": "2023-05-27T10:47:03.262502-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e18a1b9-eefb-4f27-88a8-edb41508d711/?format=api"
        }
    ]
}