GET /api/bet_types/61c3fd9c-9642-48e5-bc20-8d284b048332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61c3fd9c-9642-48e5-bc20-8d284b048332",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef91a949-b563-4ef6-b274-274da2ecce07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:00.455410-04: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": "STL",
                "amount": 5867.0
            },
            {
                "team": "SFO",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b891fda7-4a6a-43e9-8c44-164aa035aa66",
            "gambit_id": "5e6a38f3-2dc1-4143-a762-d58b732c0c00",
            "last_updated": "2023-04-28T11:22:27.732427-04:00",
            "created_at": "2023-04-27T11:52:00.458212-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c3fd9c-9642-48e5-bc20-8d284b048332/?format=api"
        },
        {
            "id": "c5468ed6-ef4b-4afd-ba26-ed167fc06660",
            "gambit_id": "78f0eaad-9c80-4fb5-9c12-26c80ac0417b",
            "last_updated": "2023-04-28T11:22:27.730255-04:00",
            "created_at": "2023-04-27T11:52:00.456798-04:00",
            "name": "SFO",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c3fd9c-9642-48e5-bc20-8d284b048332/?format=api"
        }
    ]
}