GET /api/bet_types/aea6da3e-b0ca-4d9c-a564-6ae199470fb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aea6da3e-b0ca-4d9c-a564-6ae199470fb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf043086-c563-4e71-9df0-5523894a4287/?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",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccf718f1-eda8-474d-a1b8-6017bf4f4df1",
            "gambit_id": "2f9fdee0-174b-4f21-8977-a0470206f25d",
            "last_updated": "2022-12-14T10:12:16.636332-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea6da3e-b0ca-4d9c-a564-6ae199470fb2/?format=api"
        },
        {
            "id": "336a4834-ddb8-4450-9311-080fad5970b2",
            "gambit_id": "1cf5186c-89e7-4a59-bb94-d3ad8a8bd0e5",
            "last_updated": "2022-12-14T10:12:16.635229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea6da3e-b0ca-4d9c-a564-6ae199470fb2/?format=api"
        }
    ]
}