GET /api/bet_types/c3d90ae1-ed6a-4cba-85b1-0754d493fde6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3d90ae1-ed6a-4cba-85b1-0754d493fde6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fac0339d-6d2a-47d3-86c8-981e3f007863/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:48.794102-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": "Detroit Pistons",
                "amount": 5107.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e56ca25-89c2-4d99-8164-bdc319d29698",
            "gambit_id": "f408699c-1a4f-465c-b6e6-2dd9338084cb",
            "last_updated": "2023-04-01T10:17:08.315380-04:00",
            "created_at": "2023-03-31T09:56:48.799420-04:00",
            "name": "Detroit Pistons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d90ae1-ed6a-4cba-85b1-0754d493fde6/?format=api"
        },
        {
            "id": "cc2a3d8f-94df-497c-a446-137a107fabc4",
            "gambit_id": "ceba529c-c242-4863-a2d1-f02ebf58f514",
            "last_updated": "2023-04-01T10:17:08.313499-04:00",
            "created_at": "2023-03-31T09:56:48.796797-04:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d90ae1-ed6a-4cba-85b1-0754d493fde6/?format=api"
        }
    ]
}