GET /api/bet_types/6bad4783-3592-4716-9916-8e5fef91bd1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bad4783-3592-4716-9916-8e5fef91bd1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cd04297-e31b-4ddf-8427-0098282b6695/?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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "683e29db-95bc-4b5e-a2b7-68cc28e19a34",
            "gambit_id": "60f2c91a-2212-436b-bfc4-fee8e304a439",
            "last_updated": "2022-11-15T11:02:07.137455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bad4783-3592-4716-9916-8e5fef91bd1b/?format=api"
        },
        {
            "id": "13630a98-71c4-40a8-b18f-f79e790b143e",
            "gambit_id": "15e074ae-651e-4136-9293-722ba85e852b",
            "last_updated": "2022-11-15T11:02:07.138561-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bad4783-3592-4716-9916-8e5fef91bd1b/?format=api"
        }
    ]
}