GET /api/bet_types/07ad2b7a-1921-4e3d-8de2-e159fb861234/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07ad2b7a-1921-4e3d-8de2-e159fb861234",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8e46d09-2db7-44e7-8d68-d1e60b76a130/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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": 5224.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "7468028b-bede-4087-bca6-393de7e5eb15",
            "gambit_id": "17f201cd-cc65-4095-b902-829ca7dee9ff",
            "last_updated": "2022-10-13T09:52:27.217509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ad2b7a-1921-4e3d-8de2-e159fb861234/?format=api"
        },
        {
            "id": "fc9a60d0-27d6-4978-8a0a-80e39a534571",
            "gambit_id": "20ad4a8d-ddb2-424d-b278-1a220191ba8f",
            "last_updated": "2022-10-13T09:52:27.216344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ad2b7a-1921-4e3d-8de2-e159fb861234/?format=api"
        }
    ]
}