GET /api/bet_types/1579e15b-7a1c-4fbd-be3c-839d3f282cd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1579e15b-7a1c-4fbd-be3c-839d3f282cd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f81e77b-47b0-4936-a9e0-23cd5b05c50c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-10T08:43:01.203616-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd1342eb-e549-4b4e-bbfe-383ad22e357b",
            "gambit_id": "1ffef9a0-2071-4da9-87f2-63ab818486c3",
            "last_updated": "2023-08-11T11:03:15.207712-04:00",
            "created_at": "2023-08-10T08:43:01.214884-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1579e15b-7a1c-4fbd-be3c-839d3f282cd6/?format=api"
        },
        {
            "id": "8f9132ba-718d-4108-9bab-f92cd59de170",
            "gambit_id": "0717a16e-937c-477c-aae6-7d2a5178e45a",
            "last_updated": "2023-08-11T11:03:15.204402-04:00",
            "created_at": "2023-08-10T08:43:01.208770-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1579e15b-7a1c-4fbd-be3c-839d3f282cd6/?format=api"
        }
    ]
}