GET /api/bet_types/bd470a4c-ebe8-4011-8d53-6bad9a1531c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd470a4c-ebe8-4011-8d53-6bad9a1531c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/242131e6-4e6b-482b-a64d-24d8f042fc76/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:14.408888-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a97d772-35f8-4455-9aa6-cea5d7533604",
            "gambit_id": "5bf85205-3b31-407a-8444-98304888e777",
            "last_updated": "2023-05-27T16:21:51.162350-04:00",
            "created_at": "2023-05-26T11:52:14.413927-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd470a4c-ebe8-4011-8d53-6bad9a1531c5/?format=api"
        },
        {
            "id": "b2960701-37cf-4102-8528-9cb09bad7fde",
            "gambit_id": "81d8f5b3-7555-43f8-b194-b823ba4cfe26",
            "last_updated": "2023-05-27T16:21:51.155204-04:00",
            "created_at": "2023-05-26T11:52:14.411025-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd470a4c-ebe8-4011-8d53-6bad9a1531c5/?format=api"
        }
    ]
}