GET /api/bet_types/05c7d249-802f-4201-913e-85a5ba391d76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05c7d249-802f-4201-913e-85a5ba391d76",
    "match": "https://api-prod.gambitprofit.com/api/matches/11876486-7c9f-46c2-9095-4cbf363188f2/?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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "05b4caff-6ddb-4d34-b137-036c0f082888",
            "gambit_id": "d23c7dec-7e3e-46a6-b0c1-e7765c167e20",
            "last_updated": "2022-11-06T20:22:30.966223-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05c7d249-802f-4201-913e-85a5ba391d76/?format=api"
        },
        {
            "id": "18a94763-9910-43d4-8b99-f49147249328",
            "gambit_id": "4de6f5e2-c43f-4428-bdec-8c1e498aeb3e",
            "last_updated": "2022-11-06T20:22:30.967382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05c7d249-802f-4201-913e-85a5ba391d76/?format=api"
        }
    ]
}