GET /api/bet_types/e625c5fa-74b3-4ff3-8da5-2db331cbb4fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e625c5fa-74b3-4ff3-8da5-2db331cbb4fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca6f77fb-3953-4302-8d16-c4ac1577616b/?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": "Nashville Predators",
                "amount": 6256.0
            },
            {
                "team": "New York Islanders",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fc04929-ef86-4c98-a461-2c59be5f39c3",
            "gambit_id": "39bcd862-e461-421d-be15-9ce1a1d44607",
            "last_updated": "2022-12-03T10:02:37.969092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e625c5fa-74b3-4ff3-8da5-2db331cbb4fc/?format=api"
        },
        {
            "id": "81dacb29-0166-4d16-aa54-cc03774f355a",
            "gambit_id": "b7fb6c96-d695-42bf-94d9-d93fa73be266",
            "last_updated": "2022-12-03T10:02:37.968077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e625c5fa-74b3-4ff3-8da5-2db331cbb4fc/?format=api"
        }
    ]
}