GET /api/bet_types/92efadc9-5d90-436d-99a5-fba698027be8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92efadc9-5d90-436d-99a5-fba698027be8",
    "match": "https://api-prod.gambitprofit.com/api/matches/32e6266a-00bd-4d48-9bf6-d9416e70191f/?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": "STL",
                "amount": 5753.0
            },
            {
                "team": "LOS",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "7472345c-ecba-4573-a211-c312a8399e5e",
            "gambit_id": "ca25b524-05d6-4388-ad51-645c16a07ef3",
            "last_updated": "2022-09-26T10:22:07.745452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92efadc9-5d90-436d-99a5-fba698027be8/?format=api"
        },
        {
            "id": "9db82a11-d2b3-41cd-814c-7bb307c531a3",
            "gambit_id": "7e01b5c7-905c-4032-bcb8-89803c0362c6",
            "last_updated": "2022-09-26T10:22:07.744467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92efadc9-5d90-436d-99a5-fba698027be8/?format=api"
        }
    ]
}