GET /api/bet_types/e397f0ab-c01f-49be-ad3c-51849d2a84e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e397f0ab-c01f-49be-ad3c-51849d2a84e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/44f73a75-6b12-4adc-a610-d7c49740cf22/?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": 6373.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 8922.2,
        "profit_sb": -77.8,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f8e4e88-8e6e-4e3d-82c5-a3e8269b6172",
            "gambit_id": "a3b0a8a0-ae85-4f88-b856-459b7136e864",
            "last_updated": "2022-08-21T18:47:01.062846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e397f0ab-c01f-49be-ad3c-51849d2a84e0/?format=api"
        },
        {
            "id": "2638de89-e357-47b0-b0f1-f46654ce780f",
            "gambit_id": "d7d00af1-1d72-4ffa-8bea-9be030b6bfb0",
            "last_updated": "2022-08-21T18:47:01.062332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e397f0ab-c01f-49be-ad3c-51849d2a84e0/?format=api"
        }
    ]
}