GET /api/bet_types/babaf9b0-753f-427a-8ec9-dfaa6893b5ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "babaf9b0-753f-427a-8ec9-dfaa6893b5ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d563d58-a0ab-4b77-8ace-c99bbb82e61e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:14.001808-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a433fa9-d611-497a-9a79-603d7dcde210",
            "gambit_id": "e89c1e03-a3bd-45ff-ada2-8b33d07882fe",
            "last_updated": "2023-05-20T10:52:04.282491-04:00",
            "created_at": "2023-05-19T11:02:14.005108-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/babaf9b0-753f-427a-8ec9-dfaa6893b5ea/?format=api"
        },
        {
            "id": "75763175-ad7e-4d7d-acb0-edf4ffd0ab09",
            "gambit_id": "7655a249-eb49-488a-9e82-72aea44cf6c6",
            "last_updated": "2023-05-20T10:52:04.281096-04:00",
            "created_at": "2023-05-19T11:02:14.003462-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/babaf9b0-753f-427a-8ec9-dfaa6893b5ea/?format=api"
        }
    ]
}