GET /api/bet_types/0514d159-5b4e-4fcf-b804-e210f9b25a58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0514d159-5b4e-4fcf-b804-e210f9b25a58",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a35b06-e1d8-46f7-b378-7274d8dcadd5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T10:07:03.535658-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fa215fb-948f-4bf3-80af-13291c416e46",
            "gambit_id": "6261c5eb-20a3-4034-8e41-40b3d2ce8f02",
            "last_updated": "2023-03-30T10:32:02.639306-04:00",
            "created_at": "2023-03-29T10:07:03.538727-04:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0514d159-5b4e-4fcf-b804-e210f9b25a58/?format=api"
        },
        {
            "id": "920e5975-8330-4de7-9d6b-79794dfebc57",
            "gambit_id": "36267c7d-955b-4d2f-b2cd-3c78a3d363da",
            "last_updated": "2023-03-30T10:32:02.640660-04:00",
            "created_at": "2023-03-29T10:07:03.541854-04:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0514d159-5b4e-4fcf-b804-e210f9b25a58/?format=api"
        }
    ]
}