GET /api/bet_types/a9d21c18-da2c-4f34-8c04-cd96d1e57ed6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9d21c18-da2c-4f34-8c04-cd96d1e57ed6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ed0d35a-cabc-4e01-8d14-f38d6e47157f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:04.958777-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": "OAK",
                "amount": 5421.0
            },
            {
                "team": "NYY",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8d8a6ee-7e22-4092-97cf-839a3dba4a26",
            "gambit_id": "00da8daf-ab0f-40b3-939f-fc417fe80491",
            "last_updated": "2023-06-29T17:53:19.951701-04:00",
            "created_at": "2023-06-28T08:48:04.963094-04:00",
            "name": "OAK",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d21c18-da2c-4f34-8c04-cd96d1e57ed6/?format=api"
        },
        {
            "id": "eb49ae00-52fd-4694-abc7-d5ee1348f66c",
            "gambit_id": "7d9e3169-fd1c-45dc-8da4-54a321840e1e",
            "last_updated": "2023-06-29T17:53:19.950262-04:00",
            "created_at": "2023-06-28T08:48:04.961560-04:00",
            "name": "NYY",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d21c18-da2c-4f34-8c04-cd96d1e57ed6/?format=api"
        }
    ]
}