GET /api/bet_types/9202f135-6ec6-4ed9-b078-4d677e9a6eeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9202f135-6ec6-4ed9-b078-4d677e9a6eeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/56c40a86-86fb-4d3a-bae0-3e4945cc1169/?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": 5580.0
            },
            {
                "team": "SEA",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "b040343d-7899-48d1-bd1d-bde51928f503",
            "gambit_id": "7fa4ea1e-9f8e-4fc5-9f69-23c95119ff33",
            "last_updated": "2022-12-24T17:12:10.175290-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9202f135-6ec6-4ed9-b078-4d677e9a6eeb/?format=api"
        },
        {
            "id": "af729a80-d53e-4f87-972f-18a2414320e1",
            "gambit_id": "7f86e9e4-e1b1-419e-a15e-490d7584a29f",
            "last_updated": "2022-12-24T17:12:10.176465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9202f135-6ec6-4ed9-b078-4d677e9a6eeb/?format=api"
        }
    ]
}