GET /api/bet_types/ec80fbcc-8230-4ab0-8efe-8d1e5e55b39d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec80fbcc-8230-4ab0-8efe-8d1e5e55b39d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fab88a5-cdc0-45a6-998e-e1405d4e7201/?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": "CLE",
                "amount": 6167.0
            },
            {
                "team": "NYY",
                "amount": 3833.0
            }
        ],
        "expected_reward_tokens": 9620.52,
        "profit_sb": 120.52,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "ead3d10d-6165-4b54-9d49-7e31981096af",
            "gambit_id": "aa397faa-61a7-49df-9ed7-c234324cfcfe",
            "last_updated": "2022-10-15T09:07:26.526674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec80fbcc-8230-4ab0-8efe-8d1e5e55b39d/?format=api"
        },
        {
            "id": "1b31d8cc-3c61-4343-88f0-e4111be5c125",
            "gambit_id": "83090ee8-ff69-4f8c-951f-151767956572",
            "last_updated": "2022-10-15T09:07:26.527669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec80fbcc-8230-4ab0-8efe-8d1e5e55b39d/?format=api"
        }
    ]
}