GET /api/bet_types/ca277209-8d15-477a-8cd5-4e171e882cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca277209-8d15-477a-8cd5-4e171e882cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c9c10a0-e1dd-4f4b-88ab-068fc19560d5/?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 Under 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "993269af-19a2-4914-9a5c-76d5fb638059",
            "gambit_id": "0f82d048-9b9c-42ea-9e9c-2a4f2c72465b",
            "last_updated": "2022-08-25T10:22:11.009383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca277209-8d15-477a-8cd5-4e171e882cd8/?format=api"
        },
        {
            "id": "4ea990d8-2cb0-4dfb-979f-69fb3d1234e4",
            "gambit_id": "5930b3dd-f921-4a74-818e-410aacf66c8d",
            "last_updated": "2022-08-25T10:22:11.009856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca277209-8d15-477a-8cd5-4e171e882cd8/?format=api"
        }
    ]
}