GET /api/bet_types/5c04a151-49c5-4ffe-b306-f2c98a6d0188/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c04a151-49c5-4ffe-b306-f2c98a6d0188",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2712f38-d689-494d-aabd-5c1e0150b76d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-03T16:33:20.952329-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b80307c-e44e-4547-88e3-f5602d6c8a02",
            "gambit_id": "d757a181-2d7d-49d5-bc14-b89026f0e5c9",
            "last_updated": "2023-07-04T10:43:01.761483-04:00",
            "created_at": "2023-07-03T16:33:20.957027-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c04a151-49c5-4ffe-b306-f2c98a6d0188/?format=api"
        },
        {
            "id": "9b521934-3d37-46ac-8a55-d30dbff6f82b",
            "gambit_id": "5a04b1f2-86c5-4b62-91fe-36baaf3ccbad",
            "last_updated": "2023-07-04T10:43:01.759905-04:00",
            "created_at": "2023-07-03T16:33:20.954602-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c04a151-49c5-4ffe-b306-f2c98a6d0188/?format=api"
        }
    ]
}