GET /api/bet_types/bd4d6567-6f5e-48f9-9f53-55c73293e01b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4d6567-6f5e-48f9-9f53-55c73293e01b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7314a5e2-a382-4a56-bc69-063b758e1294/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-21T08:58:03.118727-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": "MIL",
                "amount": 6449.0
            },
            {
                "team": "STL",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "e06dbd8d-1f40-4b69-852e-8d2a19edd48a",
            "gambit_id": "13e9eaa9-d908-4781-99b1-59e253815648",
            "last_updated": "2023-09-23T10:23:11.724280-04:00",
            "created_at": "2023-09-21T08:58:03.123599-04:00",
            "name": "MIL",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d6567-6f5e-48f9-9f53-55c73293e01b/?format=api"
        },
        {
            "id": "e25124cf-33a6-4774-a05a-8cc21702e917",
            "gambit_id": "3218554d-949a-48c0-be4c-ce168983a6b6",
            "last_updated": "2023-09-23T10:23:11.727607-04:00",
            "created_at": "2023-09-21T08:58:03.128178-04:00",
            "name": "STL",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d6567-6f5e-48f9-9f53-55c73293e01b/?format=api"
        }
    ]
}