GET /api/bet_types/0286acd5-dbf1-43e5-9763-08658ca263c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0286acd5-dbf1-43e5-9763-08658ca263c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/08c42df4-7766-45f3-939e-927c180f891f/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "13fdffb2-933e-4b1c-b4ed-79a6ecb5578d",
            "gambit_id": "22b2a58d-9012-4ad6-a0e3-fb1c98dc52fc",
            "last_updated": "2022-12-12T10:22:13.263839-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0286acd5-dbf1-43e5-9763-08658ca263c6/?format=api"
        },
        {
            "id": "829c6cf9-270a-46c0-bb52-47bb516a7854",
            "gambit_id": "0e1d5938-c387-4640-a8b2-978786c712a3",
            "last_updated": "2022-12-12T10:22:13.262715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0286acd5-dbf1-43e5-9763-08658ca263c6/?format=api"
        }
    ]
}