GET /api/bet_types/d87596c2-e587-40e3-a845-96b09784c069/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d87596c2-e587-40e3-a845-96b09784c069",
    "match": "https://api-prod.gambitprofit.com/api/matches/72cfa043-16a2-4c80-9d35-f91c3ecc1c18/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:00.269052-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4f13afb-947c-49dc-95e5-43c7688cd187",
            "gambit_id": "2b6d1da8-24ae-4286-bd27-4304b5a5c03a",
            "last_updated": "2024-01-09T10:28:27.911687-05:00",
            "created_at": "2024-01-04T09:43:00.273037-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87596c2-e587-40e3-a845-96b09784c069/?format=api"
        },
        {
            "id": "5842ec0a-f664-4c88-bd48-127cfc821716",
            "gambit_id": "82bd85b9-8ace-4dae-9716-b99ad5be0d1b",
            "last_updated": "2024-01-09T10:28:27.915104-05:00",
            "created_at": "2024-01-04T09:43:00.276991-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87596c2-e587-40e3-a845-96b09784c069/?format=api"
        }
    ]
}