GET /api/bet_types/2935561e-1c0a-4833-bfd6-303f7b116b20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2935561e-1c0a-4833-bfd6-303f7b116b20",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d7d7d1-c7c0-4818-b77a-5cf40f26ec98/?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 Under 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5d11f0b-a3a9-44e7-bbfe-2c3b7ccf7f72",
            "gambit_id": "53c66a5f-6bdc-4fc9-85f0-8accaf1fc36d",
            "last_updated": "2022-12-13T10:02:35.826474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2935561e-1c0a-4833-bfd6-303f7b116b20/?format=api"
        },
        {
            "id": "f38d067e-eab3-403e-bdeb-e07a494cfac7",
            "gambit_id": "c54d489f-bfe3-4596-8823-f15aa173a165",
            "last_updated": "2022-12-13T10:02:35.827540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2935561e-1c0a-4833-bfd6-303f7b116b20/?format=api"
        }
    ]
}