GET /api/bet_types/0a215983-97cc-4767-b2d3-662a5fc3e980/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a215983-97cc-4767-b2d3-662a5fc3e980",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c578d46-8467-4fb6-9570-f828392ab74f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:02.326080-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd1f02ab-f738-40d1-8f08-fb33d03bf9a3",
            "gambit_id": "8d3f1b59-603f-48e4-9803-1880e1f0811f",
            "last_updated": "2023-03-27T11:56:56.038733-04:00",
            "created_at": "2023-03-26T13:37:02.329756-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a215983-97cc-4767-b2d3-662a5fc3e980/?format=api"
        },
        {
            "id": "f4d19b8d-85f3-4f58-add6-0c03bb711e47",
            "gambit_id": "58157be2-c07f-497c-831f-e116a8429647",
            "last_updated": "2023-03-27T11:56:56.035063-04:00",
            "created_at": "2023-03-26T13:37:02.327950-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a215983-97cc-4767-b2d3-662a5fc3e980/?format=api"
        }
    ]
}