GET /api/bet_types/a6cc2486-ef4c-49da-82f3-44f47bb15934/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6cc2486-ef4c-49da-82f3-44f47bb15934",
    "match": "https://api-prod.gambitprofit.com/api/matches/041fdfb2-65cc-4d42-8319-45da78dd55e0/?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 59.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 59.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b32a361-61b7-467c-abb3-88739d223e94",
            "gambit_id": "e21923e3-bfd4-4a24-ba51-0c0e3c00975d",
            "last_updated": "2022-11-14T10:18:33.048354-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6cc2486-ef4c-49da-82f3-44f47bb15934/?format=api"
        },
        {
            "id": "b6b740c8-766c-433c-b9e1-9a9afa215ca5",
            "gambit_id": "c4de1aee-5e2e-48ef-90e5-a78223825715",
            "last_updated": "2022-11-14T10:18:33.047176-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6cc2486-ef4c-49da-82f3-44f47bb15934/?format=api"
        }
    ]
}