GET /api/bet_types/d0fc0c4f-db46-4cb4-a3c7-832effcaefff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0fc0c4f-db46-4cb4-a3c7-832effcaefff",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ef7faef-4683-4595-b9df-16412ba89e52/?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 Over 2.5",
                "amount": 5742.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "991ea53f-1d1c-426b-a704-dad5481667d5",
            "gambit_id": "4d5345a7-80b4-4a12-8d38-1d883df4a714",
            "last_updated": "2022-08-21T19:27:09.172418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0fc0c4f-db46-4cb4-a3c7-832effcaefff/?format=api"
        },
        {
            "id": "d8d63c09-2aba-4fd4-b4a3-a9f1fc1d3158",
            "gambit_id": "90cfdaac-d539-45c4-a87d-636e1d7aefc0",
            "last_updated": "2022-08-21T19:27:09.172901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0fc0c4f-db46-4cb4-a3c7-832effcaefff/?format=api"
        }
    ]
}