GET /api/bet_types/32dc4d0f-a3ca-434e-a38b-ae3049f25ff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32dc4d0f-a3ca-434e-a38b-ae3049f25ff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0150537e-70e2-4e36-b237-3c6d607ccce7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:32:59.030185-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 9.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "50cb518d-5d15-4c4d-8150-e0ff6493c5c1",
            "gambit_id": "6078c475-d5ff-492a-a677-7dba3e79eb60",
            "last_updated": "2023-10-20T09:48:02.043956-04:00",
            "created_at": "2023-10-19T08:32:59.035233-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32dc4d0f-a3ca-434e-a38b-ae3049f25ff6/?format=api"
        },
        {
            "id": "4108a9e2-5608-47bf-9ef7-a3b6eeb34f5c",
            "gambit_id": "c78837e7-9ffd-4639-9e2d-87b30cfd21d7",
            "last_updated": "2023-10-20T09:48:02.063181-04:00",
            "created_at": "2023-10-19T08:32:59.041822-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32dc4d0f-a3ca-434e-a38b-ae3049f25ff6/?format=api"
        }
    ]
}