GET /api/bet_types/6e6635a5-6992-4485-8e57-fb273546c4b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e6635a5-6992-4485-8e57-fb273546c4b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/027dea9c-920b-4583-9797-bcc531abfeec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:22.519003-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 7",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ae1661b-cf9b-4ef9-af31-d3f1dfbeff5c",
            "gambit_id": "36841237-e8a5-4b1b-a8ae-586e68ac11b4",
            "last_updated": "2023-04-06T11:32:10.012076-04:00",
            "created_at": "2023-04-05T09:22:22.523351-04:00",
            "name": "Game Total Over 7",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6635a5-6992-4485-8e57-fb273546c4b5/?format=api"
        },
        {
            "id": "bd08b36c-7033-40fb-83ae-c7aa3cbe310a",
            "gambit_id": "b25d31b0-35ab-41ae-899e-35fcf12a0129",
            "last_updated": "2023-04-06T11:32:10.010267-04:00",
            "created_at": "2023-04-05T09:22:22.521172-04:00",
            "name": "Game Total Under 7",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6635a5-6992-4485-8e57-fb273546c4b5/?format=api"
        }
    ]
}