GET /api/bet_types/132ef6ed-9418-4f50-80c3-8c545344cb67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "132ef6ed-9418-4f50-80c3-8c545344cb67",
    "match": "https://api-prod.gambitprofit.com/api/matches/08b85e57-5bb7-4b99-8608-e883f5e39bca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:13.253061-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c92ffcbf-988c-4dff-a4b7-f7094b45c547",
            "gambit_id": "101703b5-bd45-4ff3-8270-9f419c4e561a",
            "last_updated": "2023-04-15T15:47:03.341821-04:00",
            "created_at": "2023-04-14T12:02:13.256791-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/132ef6ed-9418-4f50-80c3-8c545344cb67/?format=api"
        },
        {
            "id": "f9a593a5-0085-4def-b1e5-e2862c56c7fe",
            "gambit_id": "04a656e9-e409-4632-8d84-4cd151a2a3d0",
            "last_updated": "2023-04-15T15:47:03.339428-04:00",
            "created_at": "2023-04-14T12:02:13.254870-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/132ef6ed-9418-4f50-80c3-8c545344cb67/?format=api"
        }
    ]
}