GET /api/bet_types/1a4533ae-0386-4b52-b373-d4d7156a82be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a4533ae-0386-4b52-b373-d4d7156a82be",
    "match": "https://api-prod.gambitprofit.com/api/matches/065ffd35-1b3d-4e6e-a0b6-b84797e0e11f/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a6a9fe2-64e0-4cd0-bd5c-e374ad05c7ce",
            "gambit_id": "2a2c1398-0e5c-4577-ac04-a34c1357a760",
            "last_updated": "2022-11-14T10:09:05.182541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4533ae-0386-4b52-b373-d4d7156a82be/?format=api"
        },
        {
            "id": "f102a96e-1b99-422d-ac69-291762fd6305",
            "gambit_id": "1a170abb-c79c-4806-89fa-d8ebb282c03c",
            "last_updated": "2022-11-14T10:09:05.181369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4533ae-0386-4b52-b373-d4d7156a82be/?format=api"
        }
    ]
}