GET /api/bet_types/10333e5e-636a-4db8-ba1c-107219671a1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10333e5e-636a-4db8-ba1c-107219671a1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd75dc1-850b-4624-8126-6f11def81c80/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:12.367100-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": "BOS",
                "amount": 5857.0
            },
            {
                "team": "LAA",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "86a45e80-08e4-414e-b0b2-aae766e74c0d",
            "gambit_id": "8ac45514-edbc-4da5-a7fc-4f9070b0029c",
            "last_updated": "2023-04-16T18:02:16.609903-04:00",
            "created_at": "2023-04-15T12:27:12.368556-04:00",
            "name": "BOS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10333e5e-636a-4db8-ba1c-107219671a1b/?format=api"
        },
        {
            "id": "1b643864-4a31-431b-8705-0fbe85299a37",
            "gambit_id": "5365aca3-92ef-4136-99bc-f8c2a6a62577",
            "last_updated": "2023-04-16T18:02:16.611789-04:00",
            "created_at": "2023-04-15T12:27:12.370134-04:00",
            "name": "LAA",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10333e5e-636a-4db8-ba1c-107219671a1b/?format=api"
        }
    ]
}