GET /api/bet_types/46ba0b01-a984-4512-be99-cd1e9314f2be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46ba0b01-a984-4512-be99-cd1e9314f2be",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05272c5-6fb1-4262-aa77-a515bfc37761/?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",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bf8efd5-cf4c-4e57-b201-394f43fe666e",
            "gambit_id": "7b183c56-e565-45f7-bad2-02bbaa50a58a",
            "last_updated": "2022-12-05T11:32:15.422918-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ba0b01-a984-4512-be99-cd1e9314f2be/?format=api"
        },
        {
            "id": "06d50d78-d06a-45c0-8a88-5374ff965e1c",
            "gambit_id": "ad753fa6-3799-4c3b-a83f-1cabe18af4b9",
            "last_updated": "2022-12-05T11:32:15.425926-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ba0b01-a984-4512-be99-cd1e9314f2be/?format=api"
        }
    ]
}