GET /api/bet_types/0b0fc8d6-f048-4a82-a1ef-a4a2501a1ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b0fc8d6-f048-4a82-a1ef-a4a2501a1ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dac78d70-6d34-4ee8-bdfe-fc617f0e2eab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T10:17:06.100827-04: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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "84d4cc25-6ec6-4b21-a26a-de1e9af13229",
            "gambit_id": "20f921e8-4c00-4563-b4e3-38380fc77713",
            "last_updated": "2023-03-13T19:12:11.235710-04:00",
            "created_at": "2023-03-12T10:17:06.102249-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0fc8d6-f048-4a82-a1ef-a4a2501a1ab4/?format=api"
        },
        {
            "id": "dbb0ffda-bf73-4fae-9e4a-34cec90f1baf",
            "gambit_id": "41a1e891-b442-41b4-90f0-3d7f771f4f1a",
            "last_updated": "2023-03-13T19:12:11.237049-04:00",
            "created_at": "2023-03-12T10:17:06.103765-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0fc8d6-f048-4a82-a1ef-a4a2501a1ab4/?format=api"
        }
    ]
}