GET /api/bet_types/cd50e19f-be72-48a9-b4cc-f03547144c38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd50e19f-be72-48a9-b4cc-f03547144c38",
    "match": "https://api-prod.gambitprofit.com/api/matches/e37633b2-7dc7-41db-83b6-f013cc36bcc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.268230-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": "Ottawa Senators",
                "amount": 6401.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "98915c3a-5efc-41aa-96b5-d3b56c6d74be",
            "gambit_id": "187adba2-06af-4373-956d-764ecf213a44",
            "last_updated": "2023-02-14T09:51:54.618001-05:00",
            "created_at": "2023-02-13T08:17:04.269471-05:00",
            "name": "Ottawa Senators",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd50e19f-be72-48a9-b4cc-f03547144c38/?format=api"
        },
        {
            "id": "de9f9c98-9771-40d8-a085-4baaccc2a0a8",
            "gambit_id": "031298e9-a59f-45ed-b49a-40d0e3fae781",
            "last_updated": "2023-02-14T09:51:54.619327-05:00",
            "created_at": "2023-02-13T08:17:04.270807-05:00",
            "name": "Calgary Flames",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd50e19f-be72-48a9-b4cc-f03547144c38/?format=api"
        }
    ]
}