GET /api/bet_types/d1b7e698-da79-4c98-94ac-521363675af0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b7e698-da79-4c98-94ac-521363675af0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1f236a8-5469-4fe9-b859-dded9302d668/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:25.675887-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": "76f5a820-6c39-4d31-bc3f-2cccedb5223e",
            "gambit_id": "aceebccb-3f76-4f3c-858d-5c94bf3920f5",
            "last_updated": "2023-07-17T09:08:03.161763-04:00",
            "created_at": "2023-07-14T09:13:25.677203-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/d1b7e698-da79-4c98-94ac-521363675af0/?format=api"
        },
        {
            "id": "5926c2f9-5000-4893-82a1-0dac4935fc73",
            "gambit_id": "8b97e3cb-1bc8-4efd-a6e8-508416b53242",
            "last_updated": "2023-07-17T09:08:03.163125-04:00",
            "created_at": "2023-07-14T09:13:25.678607-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/d1b7e698-da79-4c98-94ac-521363675af0/?format=api"
        }
    ]
}