GET /api/bet_types/8ca08f37-ef4e-45af-aef3-cc70fe008f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ca08f37-ef4e-45af-aef3-cc70fe008f25",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2f1e178-1df6-48a9-a664-8c966137fc9a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:16.179958-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0fb57c5-4082-4c3a-9bba-775dd1398d1c",
            "gambit_id": "1e509d68-e75f-480f-a073-1005981e86cb",
            "last_updated": "2024-01-15T10:03:23.352605-05:00",
            "created_at": "2024-01-12T09:48:16.187589-05:00",
            "name": "Game Total Over 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ca08f37-ef4e-45af-aef3-cc70fe008f25/?format=api"
        },
        {
            "id": "f04a380c-f536-4a03-aca1-829bf2de3e16",
            "gambit_id": "b06c4aa9-ad99-46f5-b404-524c6711a92d",
            "last_updated": "2024-01-15T10:03:23.356958-05:00",
            "created_at": "2024-01-12T09:48:16.191740-05:00",
            "name": "Game Total Under 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ca08f37-ef4e-45af-aef3-cc70fe008f25/?format=api"
        }
    ]
}