GET /api/bet_types/4418e6b1-dcd3-4e30-88e5-a69e99e38099/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4418e6b1-dcd3-4e30-88e5-a69e99e38099",
    "match": "https://api-prod.gambitprofit.com/api/matches/7275854f-6e0d-407b-ad64-114e3c90b574/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:20.683852-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": "CIN",
                "amount": 5939.0
            },
            {
                "team": "CHC",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e88bc9ee-1b37-4969-9d2a-937f4e113dff",
            "gambit_id": "0f4f4f26-2b07-453b-99f9-910b0cf0d2d3",
            "last_updated": "2023-04-12T12:31:48.770655-04:00",
            "created_at": "2023-04-05T09:22:20.686739-04:00",
            "name": "CIN",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4418e6b1-dcd3-4e30-88e5-a69e99e38099/?format=api"
        },
        {
            "id": "8a731375-e2a8-4ebf-a5a6-f3615d93760c",
            "gambit_id": "bc6d80c0-b8eb-4e26-b192-87a8c19aade1",
            "last_updated": "2023-04-12T12:31:48.772439-04:00",
            "created_at": "2023-04-05T09:22:20.689435-04:00",
            "name": "CHC",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4418e6b1-dcd3-4e30-88e5-a69e99e38099/?format=api"
        }
    ]
}