GET /api/bet_types/3890ecec-783c-4e56-8e94-daa731f96c93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3890ecec-783c-4e56-8e94-daa731f96c93",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d6add9a-5186-4fd2-af98-b388fccb94a6/?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": "PIT",
                "amount": 5752.0
            },
            {
                "team": "BAL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9d5e815-ba01-413f-bc24-2ed380c651a9",
            "gambit_id": "54986c27-23e0-4d23-8417-f6d39d02d88e",
            "last_updated": "2022-08-06T10:57:04.034730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3890ecec-783c-4e56-8e94-daa731f96c93/?format=api"
        },
        {
            "id": "14882d98-2c06-4199-91d4-26a60b477efe",
            "gambit_id": "5faf9186-0004-41da-909a-f2f64cd87faf",
            "last_updated": "2022-08-06T10:57:04.034214-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3890ecec-783c-4e56-8e94-daa731f96c93/?format=api"
        }
    ]
}