GET /api/bet_types/fc0b0470-e96f-46f9-b99a-3474f60ebb63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0b0470-e96f-46f9-b99a-3474f60ebb63",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7e6ff60-b7a4-4dd2-9418-4ab7631277ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:12.095591-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": "ARI",
                "amount": 5857.0
            },
            {
                "team": "BAL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd5920ad-5767-4db1-aa80-3359a9cae8e6",
            "gambit_id": "8974e66f-e13e-4828-8664-1b3581e62081",
            "last_updated": "2023-09-02T12:03:24.374537-04:00",
            "created_at": "2023-09-01T01:03:12.103838-04:00",
            "name": "ARI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0b0470-e96f-46f9-b99a-3474f60ebb63/?format=api"
        },
        {
            "id": "09463508-09f1-46b1-a62c-f1ef0a85cdfb",
            "gambit_id": "6b2f264d-4464-43f6-99cc-8ed52580d183",
            "last_updated": "2023-09-02T12:03:24.370959-04:00",
            "created_at": "2023-09-01T01:03:12.098966-04:00",
            "name": "BAL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0b0470-e96f-46f9-b99a-3474f60ebb63/?format=api"
        }
    ]
}