GET /api/bet_types/510df780-a05a-4340-b133-a1ce2a8834d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "510df780-a05a-4340-b133-a1ce2a8834d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ad87f5-b861-434f-bc30-76335d9aece3/?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": 5096.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ef12cf7-139c-4745-98c4-15a402a816ac",
            "gambit_id": "be4be5b0-09e0-45ac-b92a-4df900c6e174",
            "last_updated": "2022-09-08T10:17:16.310640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/510df780-a05a-4340-b133-a1ce2a8834d7/?format=api"
        },
        {
            "id": "808583f0-2f81-43c0-af57-e168486558a9",
            "gambit_id": "7326e202-75e0-4588-9a9b-47785dfe3d44",
            "last_updated": "2022-09-08T10:17:16.311812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/510df780-a05a-4340-b133-a1ce2a8834d7/?format=api"
        }
    ]
}