GET /api/bet_types/857b6388-d175-45a4-8adc-84dcc070622a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "857b6388-d175-45a4-8adc-84dcc070622a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb19bc5-812f-43f3-b112-2f8fb985067f/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:54.362426-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",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b93948c-8b60-44bb-a688-74b7d6ae830f",
            "gambit_id": "7b9a8416-438f-4c7c-8589-a3667286944f",
            "last_updated": "2022-12-25T18:07:05.340492-05:00",
            "created_at": "2022-12-23T09:06:54.364894-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/857b6388-d175-45a4-8adc-84dcc070622a/?format=api"
        },
        {
            "id": "b102b871-89e7-46e1-b4f3-c440485c30b2",
            "gambit_id": "6230bb75-f41b-4eee-84fa-7b56bceca63a",
            "last_updated": "2022-12-25T18:07:05.339301-05:00",
            "created_at": "2022-12-23T09:06:54.363628-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/857b6388-d175-45a4-8adc-84dcc070622a/?format=api"
        }
    ]
}