GET /api/bet_types/2a7b26e5-3ce6-4fc9-8fce-5f2f50a9a950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a7b26e5-3ce6-4fc9-8fce-5f2f50a9a950",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6d829ae-6e48-4b41-bab4-1fceecfec313/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:11.605505-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "38d36e28-5f62-473d-bb76-2fec4e31eaa3",
            "gambit_id": "63aeb851-3758-4682-b4b1-51307ea30747",
            "last_updated": "2023-12-19T17:22:57.008309-05:00",
            "created_at": "2023-12-15T09:13:11.609752-05:00",
            "name": "Game Total Over 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7b26e5-3ce6-4fc9-8fce-5f2f50a9a950/?format=api"
        },
        {
            "id": "c739393f-2bd3-4b85-a2ad-ba16f57e2064",
            "gambit_id": "0d9ef29b-ca5d-4402-9be4-46e6f0e7d1c5",
            "last_updated": "2023-12-19T17:22:57.011822-05:00",
            "created_at": "2023-12-15T09:13:11.614903-05:00",
            "name": "Game Total Under 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7b26e5-3ce6-4fc9-8fce-5f2f50a9a950/?format=api"
        }
    ]
}