GET /api/bet_types/f2d6a068-e924-4883-a131-3c43e7af2096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2d6a068-e924-4883-a131-3c43e7af2096",
    "match": "https://api-prod.gambitprofit.com/api/matches/8601129d-92a5-42ab-9244-06543ba379cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:51.139199-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": "New York Rangers",
                "amount": 6458.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd99b608-8ee0-466e-a6b3-5fb1e73987f8",
            "gambit_id": "afa62d07-ecc9-4d9a-ae29-89936956f299",
            "last_updated": "2023-03-24T11:01:59.562625-04:00",
            "created_at": "2023-03-23T09:06:51.143830-04:00",
            "name": "New York Rangers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2d6a068-e924-4883-a131-3c43e7af2096/?format=api"
        },
        {
            "id": "51cfcf0b-71ae-4ea3-b2b3-bca04d4fa037",
            "gambit_id": "68686dbb-5c38-45d6-a184-3460e1ddea82",
            "last_updated": "2023-03-24T11:01:59.560548-04:00",
            "created_at": "2023-03-23T09:06:51.141456-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2d6a068-e924-4883-a131-3c43e7af2096/?format=api"
        }
    ]
}