GET /api/bet_types/9adea421-084a-40f2-bd3d-0961ad89b811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9adea421-084a-40f2-bd3d-0961ad89b811",
    "match": "https://api-prod.gambitprofit.com/api/matches/12351a17-2173-48bb-89c3-329f8ccb747f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:06.600136-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8d71e94-dfcf-4647-9df0-55c776ee72e4",
            "gambit_id": "474b5adb-92d9-45d9-8b03-66ca6a12a455",
            "last_updated": "2023-06-20T10:33:07.034826-04:00",
            "created_at": "2023-06-19T08:08:06.604335-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adea421-084a-40f2-bd3d-0961ad89b811/?format=api"
        },
        {
            "id": "754b1270-03cc-4ebc-b738-d94ae9524042",
            "gambit_id": "9b8a942e-97e9-40a2-9665-a4c604eca8c6",
            "last_updated": "2023-06-20T10:33:07.032690-04:00",
            "created_at": "2023-06-19T08:08:06.602130-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adea421-084a-40f2-bd3d-0961ad89b811/?format=api"
        }
    ]
}