GET /api/bet_types/671cce1b-3f30-41da-8c84-b66fe7c592dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "671cce1b-3f30-41da-8c84-b66fe7c592dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d5c83ec-9eda-4fb8-b80d-7a35a59bdc2f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:06.284101-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": "WAS",
                "amount": 5094.0
            },
            {
                "team": "PHI",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac077ac3-d71e-482d-a65b-eb1d5cc30029",
            "gambit_id": "928e1633-871b-4779-81b8-103539870698",
            "last_updated": "2023-07-03T01:13:10.547338-04:00",
            "created_at": "2023-07-01T09:23:06.286425-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671cce1b-3f30-41da-8c84-b66fe7c592dc/?format=api"
        },
        {
            "id": "e2944d6d-cbe7-4a05-b2fa-58088b7dfc9f",
            "gambit_id": "2f6daeb6-3932-415f-b9ac-f79c13ea198a",
            "last_updated": "2023-07-03T01:13:10.548697-04:00",
            "created_at": "2023-07-01T09:23:06.288642-04:00",
            "name": "PHI",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671cce1b-3f30-41da-8c84-b66fe7c592dc/?format=api"
        }
    ]
}