GET /api/bet_types/f7084f5f-d6a0-4a53-b904-f0e59f34d365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7084f5f-d6a0-4a53-b904-f0e59f34d365",
    "match": "https://api-prod.gambitprofit.com/api/matches/19d62b60-80d4-4b98-9cca-3bb35a5136b6/?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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0fcbf7e-35d6-4f25-a848-672d936c0f8e",
            "gambit_id": "4b55d6d5-4e6e-46a3-a74e-e73a53cffe77",
            "last_updated": "2022-11-28T11:47:16.842230-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7084f5f-d6a0-4a53-b904-f0e59f34d365/?format=api"
        },
        {
            "id": "73795b3c-ed6e-4a7c-93a7-b667d07ad560",
            "gambit_id": "21f516dd-7cb1-426e-b708-9b3a75df41c7",
            "last_updated": "2022-11-28T11:47:16.843381-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7084f5f-d6a0-4a53-b904-f0e59f34d365/?format=api"
        }
    ]
}