GET /api/bet_types/b103aff8-a122-4b93-8219-7c30aa1a8a73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b103aff8-a122-4b93-8219-7c30aa1a8a73",
    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6ddbd78-cfad-47ee-9f49-50370cb2cffb",
            "gambit_id": "e101d1e9-1518-441b-9141-6b8f6cf2a1e3",
            "last_updated": "2022-10-31T10:52:25.406885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b103aff8-a122-4b93-8219-7c30aa1a8a73/?format=api"
        },
        {
            "id": "1539ffc5-587a-4ffa-8d98-9cad95afb719",
            "gambit_id": "7a448746-0e18-4d2b-9ea1-ce88cd9a26da",
            "last_updated": "2022-10-31T10:52:25.405868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b103aff8-a122-4b93-8219-7c30aa1a8a73/?format=api"
        }
    ]
}