GET /api/bet_types/ebd8ae95-417b-47af-8642-4b37382069d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebd8ae95-417b-47af-8642-4b37382069d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f6cb31-71dc-4157-8bd2-6a96dabf6923/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:52.809633-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": "San Jose Sharks",
                "amount": 5939.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "9595ba22-0ee8-40c7-83c8-41cb1b433863",
            "gambit_id": "838c50b6-4262-4047-b920-f7ff8bf7f996",
            "last_updated": "2023-03-24T10:46:52.906850-04:00",
            "created_at": "2023-03-23T09:06:52.812981-04:00",
            "name": "San Jose Sharks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd8ae95-417b-47af-8642-4b37382069d8/?format=api"
        },
        {
            "id": "9f71491b-262a-4041-a986-f71f088f71c3",
            "gambit_id": "ada66e93-c732-4087-8797-c62b3cecf1cb",
            "last_updated": "2023-03-24T10:46:52.903921-04:00",
            "created_at": "2023-03-23T09:06:52.811262-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd8ae95-417b-47af-8642-4b37382069d8/?format=api"
        }
    ]
}