GET /api/bet_types/594099ef-8b2c-4a16-a59e-78ba508bf17d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "594099ef-8b2c-4a16-a59e-78ba508bf17d",
    "match": "https://api-prod.gambitprofit.com/api/matches/37865df4-610a-412e-9dcf-0871d9b39dfe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:03.049980-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": "0fe95497-300a-4d87-9a4b-eba535595570",
            "gambit_id": "258bd8c2-db92-4661-ac97-e20de9ec1f2f",
            "last_updated": "2023-06-29T18:03:04.818972-04:00",
            "created_at": "2023-06-28T08:48:03.052629-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/594099ef-8b2c-4a16-a59e-78ba508bf17d/?format=api"
        },
        {
            "id": "486eeb83-9d46-4602-aef4-c3103165d27e",
            "gambit_id": "07137a23-9187-4f3e-bbbe-3e42fdc828db",
            "last_updated": "2023-06-29T18:03:04.820981-04:00",
            "created_at": "2023-06-28T08:48:03.055196-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/594099ef-8b2c-4a16-a59e-78ba508bf17d/?format=api"
        }
    ]
}