GET /api/bet_types/db124fe2-63de-4d33-a889-e6635173485b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db124fe2-63de-4d33-a889-e6635173485b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c261e1e-490c-44b7-b079-606331e045b7/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": 432.36,
        "profit_sb_percentage": 4.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf04a599-bcb9-427a-8d6a-afacb9fefcdc",
            "gambit_id": "b54894fc-f4fd-4512-85f5-f3b0252f6e62",
            "last_updated": "2022-11-02T20:57:12.062141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db124fe2-63de-4d33-a889-e6635173485b/?format=api"
        },
        {
            "id": "2cd1b252-62aa-4118-b188-8a46c40f1d9c",
            "gambit_id": "279fc405-57c8-42fd-95a5-d6a06dd21f3f",
            "last_updated": "2022-11-02T20:57:12.063208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db124fe2-63de-4d33-a889-e6635173485b/?format=api"
        }
    ]
}