GET /api/bet_types/18b0368d-57b9-4bb2-99e0-50c357aeccb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18b0368d-57b9-4bb2-99e0-50c357aeccb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/31130902-03da-49c9-a150-c1a8dc8ea21a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:59.844811-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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed34d3f2-6018-4098-87e0-5d0333151357",
            "gambit_id": "533425cd-ee88-418e-8ee3-c45a44e35d95",
            "last_updated": "2023-04-23T12:41:53.480868-04:00",
            "created_at": "2023-04-22T13:06:59.849881-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0368d-57b9-4bb2-99e0-50c357aeccb5/?format=api"
        },
        {
            "id": "debdd0a1-0091-4289-b7ef-491f75d33757",
            "gambit_id": "4c1d6b00-bb80-44c6-91dc-80162efa4f00",
            "last_updated": "2023-04-23T12:41:53.478634-04:00",
            "created_at": "2023-04-22T13:06:59.847356-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0368d-57b9-4bb2-99e0-50c357aeccb5/?format=api"
        }
    ]
}