GET /api/bet_types/e70856dd-5ae8-4a0a-bce9-e8b3fb6ad599/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e70856dd-5ae8-4a0a-bce9-e8b3fb6ad599",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f9f15c-1f70-46ad-809d-5d1a0a1d0050/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:07.758583-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9919caec-8013-468b-92b6-4d72ded071d9",
            "gambit_id": "82c243f6-1148-4270-8260-bb20eac7161e",
            "last_updated": "2023-12-18T11:03:01.895907-05:00",
            "created_at": "2023-12-15T09:13:07.763009-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e70856dd-5ae8-4a0a-bce9-e8b3fb6ad599/?format=api"
        },
        {
            "id": "7067237e-9e0b-4bcd-88d6-08f632c9fc50",
            "gambit_id": "3fa12fd5-0801-433a-92e1-0df0d68dab89",
            "last_updated": "2023-12-18T11:03:01.901992-05:00",
            "created_at": "2023-12-15T09:13:07.767247-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e70856dd-5ae8-4a0a-bce9-e8b3fb6ad599/?format=api"
        }
    ]
}