GET /api/bet_types/edbea78c-2dda-4c91-a1a2-cf88e86afd3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edbea78c-2dda-4c91-a1a2-cf88e86afd3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ced3bf6-96e2-4646-a798-be3e16656892/?format=api",
    "name": "Play the Odds",
    "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": "CHC",
                "amount": 5756.0
            },
            {
                "team": "BAL",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a8ac9a0-dacb-40c1-a921-5ca333a966a2",
            "gambit_id": "ff4fa814-9f06-4aa8-999c-d3a640cf8383",
            "last_updated": "2022-08-19T09:51:52.284111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbea78c-2dda-4c91-a1a2-cf88e86afd3c/?format=api"
        },
        {
            "id": "571e037c-f641-40bf-adda-ee079b9e5432",
            "gambit_id": "a1dba1e7-fe0c-4584-abd6-2bc805c9f904",
            "last_updated": "2022-08-19T09:51:52.283642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbea78c-2dda-4c91-a1a2-cf88e86afd3c/?format=api"
        }
    ]
}